<Code Lib>
M

ExternallyTaggedGeometryValidation.IsSolid

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

public static bool IsSolid(
	GeometryObject geometry
)

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

Loading…