Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / Faces Property

In This Topic
    Faces Property (Mesh)
    In This Topic
    The collection of the (sorted) faces for selection.
    Syntax
    'Declaration
     
    Public Property Faces As Mesh.FaceCollection
    public Mesh.FaceCollection Faces {get; set;}
    Remarks
    The list is constructed from the adjacent triangles as the selection is performed on the entity faces.
    See Also