Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / BoundingBox Class / Min Property

In This Topic
    Min Property (BoundingBox)
    In This Topic
    Defines the minimum extension of the scene (for viewport fitting and visualization purposes).
    Syntax
    'Declaration
     
    Public Property Min As Point3D
    public Point3D Min {get; set;}
    Remarks
    Valid only if OverrideSceneExtents is true.
    See Also