Click or drag to resize

MeshFaceListGetConnectedFaces Method (Int32)

Find all connected face indices

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public int[] GetConnectedFaces(
	int faceIndex
)

Parameters

faceIndex
Type: SystemInt32
face index to start from

Return Value

Type: Int32
list of connected face indices
See Also