Wall.compute_obb
- Wall.compute_obb(inflate_by=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.