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

In This Topic
    regenType Enumeration
    In This Topic
    Entity regen type.
    Syntax
    'Declaration
     
    Public Enum regenType 
       Inherits System.Enum
    public enum regenType : System.Enum 
    Members
    MemberDescription
    CompileOnlyThe entity needs only to be compiled. When using this option, you need to call the Entity.UpdateBoundingBox method to compute a valid bounding box for the entity.
    NotNeeded The entity is up to date.
    RegenAndCompile The entity needs regen and compile
    Inheritance Hierarchy

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

    See Also