M_Rhino_Geometry_Collections_MeshFaceList_AdjacentFaces - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFaceList.AdjacentFaces Method

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

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int[] AdjacentFaces(
	int faceIndex
)

VB

Public Function AdjacentFaces ( 
	faceIndex As Integer
) As Integer()

Parameters

 

faceIndex
Type: System.Int32
A face index.

Return Value

Type: Int32[]
All indices that share an edge.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

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