M_Rhino_Geometry_Collections_MeshTopologyVertexList_IndicesFromFace - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTopologyVertexList.IndicesFromFace Method

Returns TopologyVertexIndices for a given mesh face index.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int[] IndicesFromFace(
	int faceIndex
)

VB

Public Function IndicesFromFace ( 
	faceIndex As Integer
) As Integer()

Parameters

 

faceIndex
Type: System.Int32
The index of a face to query.

Return Value

Type: Int32[]
An array of vertex indices.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️