volmesh_bounding_box
- compas.datastructures.volmesh_bounding_box(volmesh)[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.