ExternallyTaggedGeometryValidation.IsNonSolid
Method
Description:
Makes sure that the input geometry object is not a Solid.
Makes sure that the input geometry object is not a Solid.
Remarks:
This validation is different than negating IsSolid().
This validation is different than negating IsSolid().
Parameters
Parameter | Type | Description |
---|---|---|
geometry | GeometryObject | Geometry object to be validated. |
Return Value
Type | Description |
---|---|
Boolean | True if the supplied geometry object is not a Solid. |