Revit 2025.3 API
Externally |
Makes sure that the input geometry object is not a Solid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool IsNonSolid( GeometryObject geometry )
Public Shared Function IsNonSolid ( geometry As GeometryObject ) As Boolean
public: static bool IsNonSolid( GeometryObject^ geometry )
static member IsNonSolid : geometry : GeometryObject -> bool
Parameters
- geometry GeometryObject
- Geometry object to be validated.
Return Value
BooleanTrue if the supplied geometry object is not a Solid.

This validation is different than negating IsSolid().
See Also