M_Rhino_Geometry_Collections_MeshVertexList_GetVertexFaces - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexList.GetVertexFaces Method

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

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

Syntax

C#

public int[] GetVertexFaces(
	int vertexIndex
)

VB

Public Function GetVertexFaces ( 
	vertexIndex As Integer
) As Integer()

Parameters

 

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

Return Value

Type: Int32[]
An array of indices of faces on success, null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexList Class
Rhino.Geometry.Collections Namespace

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