MeshTopologyEdgeList.GetConnectedFaces Method (Int32)

MeshTopologyEdgeListGetConnectedFaces Method (Int32)

Gets indices of faces connected to an edge.

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

Parameters

topologyEdgeIndex
Type: SystemInt32
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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also