get_bounding_dimension#
- Modeler2D.get_bounding_dimension()[source]#
Retrieve the x, y and z size of the bounding box for the model.
This method is called without arguments.
- Returns:
list
List of three float values representing the bounding box dimensions in the form
[dim_x, dim_y, dim_z]
.
References
>>> oEditor.GetModelBoundingBox