M_Rhino_Geometry_Collections_MeshVertexList_GetVertexFaces - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public int[] GetVertexFaces(
int vertexIndex
)
VB
Public Function GetVertexFaces (
vertexIndex As Integer
) As Integer()
- vertexIndex
- Type: System.Int32
The index of a vertex in the mesh.
Type: Int32[]
An array of indices of faces on success, null on failure.
Supported in: 6.0.16224.21491, 5D58w