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; }
Public ReadOnly Property TopologyVertices As MeshTopologyVertexList
Get
Property Value
Type:
MeshTopologyVertexListSee Also