Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / entityNatureType Enumeration

In This Topic
    entityNatureType Enumeration
    In This Topic
    Entity nature type.
    Syntax
    'Declaration
     
    Public Enum entityNatureType 
       Inherits System.Enum
    public enum entityNatureType : System.Enum 
    Members
    MemberDescription
    NoneNone (e.g. BlockReference)
    PointPoints only, (e.g. Point, PointCloud)
    PolygonPolyhedral only (e.g. Mesh)
    RichPolygon Multicolor or textured polyhedral
    WireWireframe only (e.g. Line, Arc)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Entities.entityNatureType

    See Also