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

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