Eyeshot 10 WinForms API Reference
Triangles Property (Mesh.FaceElement)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh.FaceElement Class : Triangles Property
The list of triangles belonging to the face.
Syntax
'Declaration
 
Public Property Triangles As List(Of Integer)
public List<int> Triangles {get; set;}
Remarks
For the Solid entity, they refer to the Solid.MeshForFaceSelection mesh.
See Also

Reference

Mesh.FaceElement Class
Mesh.FaceElement Members