Mesh.ComponentStates Property

MeshComponentStates Property

Gets access to the vertex hidden/visibility collection in this mesh. This is a runtime property and it is not saved in the 3dm file.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public MeshVertexStatusList ComponentStates { get; }
Public ReadOnly Property ComponentStates As MeshVertexStatusList
	Get

Property Value

Type: MeshVertexStatusList
Version Information

Rhino for Windows

Supported in: 6.14
See Also