M_Rhino_Geometry_Collections_MeshTopologyEdgeList_GetConnectedFaces_1 - 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,
out bool[] faceOrientationMatchesEdgeDirection
)
VB
Public Function GetConnectedFaces (
topologyEdgeIndex As Integer,
<OutAttribute> ByRef faceOrientationMatchesEdgeDirection As Boolean()
) As Integer()
- topologyEdgeIndex
- Type: System.Int32
An index of a topology edge that is queried. - faceOrientationMatchesEdgeDirection
- Type: System.Boolean[]
An array of Boolean values that explains whether each face direction matches the direction of the specified edge.
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