Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulator Class / UpdateBoundingBox Method

In This Topic
    UpdateBoundingBox Method (ObjectManipulator)
    In This Topic
    Computes the model bounding box when the ObjectManipulator is enabled.
    Syntax
    'Declaration
     
    Public Sub UpdateBoundingBox() 
    public void UpdateBoundingBox()
    Remarks
    It's important to call this method when the ObjectManipulator is enabled and visibility or size of some entities changes.
    See Also