Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / Mesh.FaceElement Class / Triangles Property

In This Topic
    Triangles Property (Mesh.FaceElement)
    In This Topic
    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