Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / BoxMax Property

In This Topic
    BoxMax Property (EntityList)
    In This Topic
    Gets the maximum 3D extent of the model.
    Syntax
    'Declaration
     
    Public ReadOnly Property BoxMax As Point3D
    public Point3D BoxMax {get;}
    Remarks
    When a devDept.Eyeshot.Entities.BlockReference is set as current, this value is in that BlockReference space (the real values must be multiplied by the CurrentTransformation).
    See Also