MeshTopologyVertices Property

Gets the MeshTopologyVertexList object associated with this mesh.

This object stores vertex connectivity and the indices of vertices that were unified while computing the edge topology.

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

Property Value

Type: MeshTopologyVertexList
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also