Mesh.GetFaceTriangles Method

Gets the triangles adjacent to the given triangle.
Public Function GetFaceTriangles( _ 
ByVal triangleIndex As Integer, _ 
ByVal adjacentNormalAngle As Double
) As List(Of Integer)
This language is not supported or no code example is available.
public List<int> GetFaceTriangles( 
int triangleIndex
double adjacentNormalAngle 
)
This language is not supported or no code example is available.

Parameters

triangleIndex
int

The triangle index

adjacentNormalAngle
double

The angle (in radians) used to compare two adjacent triangles normals. If the angle between them is below this value, the triangles are considered belonging to the same face.

Return Value

List<int>

The list of adjacent triangles.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition