MeshFaceList.GetConnectedFacesToEdges Method

MeshFaceListGetConnectedFacesToEdges Method

Uses startFaceIndex and finds all connected face indexes up to unwelded or naked edges. If treatNonmanifoldLikeUnwelded is true then non-manifold edges will be considered as unwelded or naked

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int[] GetConnectedFacesToEdges(
	int startFaceIndex,
	bool treatNonmanifoldLikeUnwelded
)
Public Function GetConnectedFacesToEdges ( 
	startFaceIndex As Integer,
	treatNonmanifoldLikeUnwelded As Boolean
) As Integer()

Parameters

startFaceIndex
Type: SystemInt32
Initial face index
treatNonmanifoldLikeUnwelded
Type: SystemBoolean
True means non-manifold edges will be handled like unwelded edges, False means they aren't considered

Return Value

Type: Int32
Array of connected face indexes
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also