Eyeshot 10 WinForms API Reference
GetFaceTriangles Method (Solid)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid Class : GetFaceTriangles Method
The triangle index
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.
Gets the triangles adjacent to the given triangle.
Syntax
'Declaration
 
Public Function GetFaceTriangles( _
   ByVal triangleIndex As Integer, _
   ByVal adjacentNormalAngle As Double _
) As List(Of Integer)
public List<int> GetFaceTriangles( 
   int triangleIndex,
   double adjacentNormalAngle
)

Parameters

triangleIndex
The triangle index
adjacentNormalAngle
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

The list of adjacent triangles.
See Also

Reference

Solid Class
Solid Members