Mesh.IsClosed Property

MeshIsClosed Property

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)
Syntax
public bool IsClosed { get; }
Public ReadOnly Property IsClosed As Boolean
	Get

Return Value

Type: Boolean
true if the mesh is closed, false if it is not.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also