Gets a value indicating whether a mesh is considered to be closed (solid).
A mesh is considered solid when every mesh edge borders two or more faces.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool IsClosed { get; }
Public ReadOnly Property IsClosed As Boolean
Get
Return Value
Type:
Booleantrue if the mesh is closed, false if it is not.
See Also