Element.compute_obb
- Element.compute_obb(inflate=None)
Computes the Oriented Bounding Box (OBB) of the geometry of the element.
- Parameters:
- inflatefloat, optional
Inflate the bounding box by this scaling factor.
- Returns:
compas.geometry.Box
The OBB of the element.