PlateElement.compute_aabb
- PlateElement.compute_aabb(inflate=0.0)
Computes the Oriented Bounding Box (OBB) of the element.
- Parameters:
- inflatefloat
Offset of box to avoid floating point errors.
- Returns:
compas.geometry.Box
The OBB of the element.
Computes the Oriented Bounding Box (OBB) of the element.
Offset of box to avoid floating point errors.
compas.geometry.Box
The OBB of the element.