M_Rhino_Geometry_Collections_MeshTopologyVertexList_IndicesFromFace - mcneel/rhinocommon-api-docs GitHub Wiki
Returns TopologyVertexIndices for a given mesh face index.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int[] IndicesFromFace(
int faceIndex
)
VB
Public Function IndicesFromFace (
faceIndex As Integer
) As Integer()
- faceIndex
- Type: System.Int32
The index of a face to query.
Type: Int32[]
An array of vertex indices.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace