Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / selectionFilterType Enumeration

In This Topic
    selectionFilterType Enumeration
    In This Topic
    The selection filter type.
    Syntax
    'Declaration
     
    Public Enum selectionFilterType 
       Inherits System.Enum
    public enum selectionFilterType : System.Enum 
    Members
    MemberDescription
    Edge Selects the edge (only for Solid3D).
    Entity Selects the whole entity.
    Face Selects the face (only for Solid3D, Solid, Mesh).
    Vertex Selects the vertex (only for Solid3D).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.selectionFilterType

    See Also