Click or drag to resize

MeshFaceListGetTopologicalVertices Method

Gets the topology vertex indices of a face.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int[] GetTopologicalVertices(
	int faceIndex
)

Parameters

faceIndex
Type: SystemInt32
A face index.

Return Value

Type: Int32
An array of integers.
See Also