M_Rhino_Geometry_Collections_MeshFaceList_GetConnectedFacesToEdges - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFaceList.GetConnectedFacesToEdges 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) Version: Rhino 6.0

Syntax

C#

public int[] GetConnectedFacesToEdges(
	int startFaceIndex,
	bool treatNonmanifoldLikeUnwelded
)

VB

Public Function GetConnectedFacesToEdges ( 
	startFaceIndex As Integer,
	treatNonmanifoldLikeUnwelded As Boolean
) As Integer()

Parameters

 

startFaceIndex
Type: System.Int32
Initial face index
treatNonmanifoldLikeUnwelded
Type: System.Boolean
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

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

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