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

In This Topic
    OverrideSceneExtents Property
    In This Topic
    If true, the BoundingBox.Min and BoundingBox.Max properties override the scene extension.
    Syntax
    'Declaration
     
    Public Property OverrideSceneExtents As Boolean
    public bool OverrideSceneExtents {get; set;}
    Remarks
    The Viewport.ZoomFit will zoom on the box defined by the Min and Max properties.This property is useful when doing animations by moving the entities in the devDept.Eyeshot.Entities.BlockReference.MoveTo method.
    See Also