ForceVolMesh.bounding_box
- ForceVolMesh.bounding_box()
 Compute the (axis aligned) bounding box of a volmesh.
- Parameters
 volmesh (compas.datastructures.VolMesh) – The mesh data structure.
- Returns
 float – The x dimension of the bounding box.
float – The y dimension of the bounding box.
float – The z dimensino of the bounding box.