Click or drag to resize
AB4D logo

ModelUtilsGetBounds Method

Overload List
 NameDescription
Public methodStatic memberGetBounds(IListVisual3D, Transform3D, Boolean) GetSceneBounds calculates the bounds of all 3D objects in the rootVisuals after the specified Transform3D has been applied to all positions or all mesh bounds.
Public methodStatic memberGetBounds(Model3D, Transform3D, Boolean) GetSceneBounds calculates the bounds of the rootModel3D with checking all positions (when checkOnlyBounds is false) or all mesh bounds (when checkOnlyBounds is true).
Public methodStatic memberGetBounds(ModelVisual3D, Transform3D, Boolean) GetSceneBounds calculates the bounds of all 3D objects in the rootModelVisual3D after the specified Transform3D has been applied to all positions or all mesh bounds.
Top
See Also