Beam.compute_obb
- Beam.compute_obb(inflate=0.0)[source]
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.