Beam.compute_aabb Beam.compute_aabb(inflate=0.0)[source] Computes the Axis Aligned Bounding Box (AABB) of the element. Parameters: inflatefloat, optionalOffset of box to avoid floating point errors. Returns: BoxThe AABB of the element.