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

In This Topic
    UpdateBoundingBox Method (EntityList)
    In This Topic
    Computes the model bounding box and updates some important variables. If the bounding box, grid, or shadow are visible, it updates them too.
    Syntax
    'Declaration
     
    Public Sub UpdateBoundingBox() 
    public void UpdateBoundingBox()
    Remarks
    Shadow is updated only if it is visible and if the model has the bounding box height bigger than zero.It's important to call it when the visibility of some entities changes.
    See Also