M_Rhino_Geometry_Collections_MeshTopologyVertexList_MeshVertexIndices - mcneel/rhinocommon-api-docs GitHub Wiki
Gets all indices of the mesh vertices that a given topology vertex represents.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int[] MeshVertexIndices(
int topologyVertexIndex
)
VB
Public Function MeshVertexIndices (
topologyVertexIndex As Integer
) As Integer()
- topologyVertexIndex
- Type: System.Int32
Index of a topology vertex in Mesh.TopologyVertices to query.
Type: Int32[]
Indices of all vertices that in Mesh.Vertices that a topology vertex represents.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace