get_group_bounding_box#

Modeler2D.get_group_bounding_box(group)[source]#

Retrieve the bounding box of a group.

Parameters:
groupstr

Name of the group.

Returns:
list

List of six float values representing the bounding box in the form [min_x, min_y, min_z, max_x, max_y, max_z].

References

>>> oEditor.GetObjectsInGroup
>>> oEditor.GetModelBoundingBox