IsSolid Method


Makes sure that the input geometry object is a Solid.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2022

Syntax

C#
public static bool IsSolid(
	GeometryObject geometry
)
Visual Basic
Public Shared Function IsSolid ( _
	geometry As GeometryObject _
) As Boolean
Visual C++
public:
static bool IsSolid(
	GeometryObject^ geometry
)

Parameters

geometry
Type: Autodesk.Revit.DBGeometryObject
Geometry object to be validated.

Return Value

True if the supplied geometry object is a Solid.

Remarks

This validation is different than negating IsNonSolid().

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →