Click or drag to resize

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)
Since: 5.0
Syntax
public MeshTopologyVertexList TopologyVertices { get; }

Property Value

Type: MeshTopologyVertexList
See Also