InterfaceElement.compute_aabb

InterfaceElement.compute_aabb(inflate=0.0)

Computes the Axis Aligned Bounding Box (AABB) of the element.

Parameters:
inflatefloat

Offset of box to avoid floating point errors.

Returns:
compas.geometry.Box

The AABB of the element.