<Code Lib>
M

ExternallyTaggedGeometryValidation.IsNonSolid

Description:
Makes sure that the input geometry object is not a Solid.
Remarks:
This validation is different than negating IsSolid().

public static bool IsNonSolid(
	GeometryObject geometry
)

Return Value bool True if the supplied geometry object is not a Solid.

Loading…