M_Rhino_Geometry_Collections_MeshTopologyVertexList_ConnectedFaces - mcneel/rhinocommon-api-docs GitHub Wiki
Gets all faces that are connected to a given vertex.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int[] ConnectedFaces(
int topologyVertexIndex
)
VB
Public Function ConnectedFaces (
topologyVertexIndex As Integer
) As Integer()
- topologyVertexIndex
- Type: System.Int32
Index of a topology vertex in Mesh.TopologyVertices.
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.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace