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)
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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also