Click or drag to resize

MeshVertexListGetVertexFaces Method

Gets a list of all of the faces that share a given vertex.

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

Parameters

vertexIndex
Type: SystemInt32
The index of a vertex in the mesh.

Return Value

Type: Int32
An array of indices of faces on success, null on failure.
See Also