Description:

Gets the bounding box of all of the objects that this list contains.

Syntax:
public BoundingBox GetBoundingBox(
bool regularObjects,
bool grips
)
Parameters:
  • regularObjects
  • Type: bool
  • True if any object except grips should be included; otherwise false.
  • grips
  • Type: bool
  • True if grips should be included; otherwise false.
Returns:
Unset BoundingBox if this list is empty.
Available since:
5.0

Nothing found