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

In This Topic
    Faces Property (Solid)
    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.The triangle indices refer to the MeshForFaceSelection that is built from the solid when a face is selected.
    See Also