MeshTopologyVertexList.IndicesFromFace Method

MeshTopologyVertexListIndicesFromFace Method

Returns TopologyVertexIndices for a given mesh face index.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int[] IndicesFromFace(
	int faceIndex
)
Public Function IndicesFromFace ( 
	faceIndex As Integer
) As Integer()

Parameters

faceIndex
Type: SystemInt32
The index of a face to query.

Return Value

Type: Int32
An array of vertex indices.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also