MeshTopologyVertexList.ConnectedFaces Method

MeshTopologyVertexListConnectedFaces Method

Gets all faces that are connected to a given vertex.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int[] ConnectedFaces(
	int topologyVertexIndex
)
Public Function ConnectedFaces ( 
	topologyVertexIndex As Integer
) As Integer()

Parameters

topologyVertexIndex
Type: SystemInt32
Index of a topology vertex in Mesh.TopologyVertices.

Return Value

Type: Int32
Indices of all faces in Mesh.Faces that are connected to this topological vertex. null if no faces are connected to this vertex.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also