M_Rhino_Geometry_Collections_MeshTopologyEdgeList_GetConnectedFaces - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTopologyEdgeList.GetConnectedFaces Method (Int32)

Gets indices of faces connected to an edge.

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

Syntax

C#

public int[] GetConnectedFaces(
	int topologyEdgeIndex
)

VB

Public Function GetConnectedFaces ( 
	topologyEdgeIndex As Integer
) As Integer()

Parameters

 

topologyEdgeIndex
Type: System.Int32
An index of a topology edge that is queried.

Return Value

Type: Int32[]
An array of face indices the edge borders. This might be empty on error.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyEdgeList Class
GetConnectedFaces Overload
Rhino.Geometry.Collections Namespace

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