Description:

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

Syntax:
public int AdjacentFaces(
int faceIndex
)
Parameters:
  • faceIndex
  • Type: int
  • A face index.
Returns:
Type: int
All indices that share an edge.
Available since:
5.0

Nothing found