M_Rhino_Geometry_Collections_MeshTopologyEdgeList_GetConnectedFaces - mcneel/rhinocommon-api-docs GitHub Wiki
Gets indices of faces connected to an edge.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int[] GetConnectedFaces(
int topologyEdgeIndex
)
VB
Public Function GetConnectedFaces (
topologyEdgeIndex As Integer
) As Integer()
- topologyEdgeIndex
- Type: System.Int32
An index of a topology edge that is queried.
Type: Int32[]
An array of face indices the edge borders. This might be empty on error.
Supported in: 6.0.16224.21491, 5D58w
MeshTopologyEdgeList Class
GetConnectedFaces Overload
Rhino.Geometry.Collections Namespace