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

In This Topic
    BoxMin Property (EntityList)
    In This Topic
    Gets the minimum 3D extent of the model.
    Syntax
    'Declaration
     
    Public ReadOnly Property BoxMin As Point3D
    public Point3D BoxMin {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