VolMesh.bounding_box
- VolMesh.bounding_box()[source]
Compute the (axis aligned) bounding box of a volmesh.
- Parameters
volmesh (
compas.datastructures.VolMesh
) – The volmesh data structure.- Returns
list[[float, float, float]] – The 8 corner points of the bounding box.