Eyeshot 11 WPF API Reference
WPF 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