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