Click or drag to resize

MeshFaceListAdjacentFaces Method

Gets all faces that share a topological edge with a given face.

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

Parameters

faceIndex
Type: SystemInt32
A face index.

Return Value

Type: Int32
All indices that share an edge.
See Also