Beam.compute_aabb

Beam.compute_aabb(inflate=0.0)[source]

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

Parameters:
inflatefloat, optional

Offset of box to avoid floating point errors.

Returns:
Box

The AABB of the element.