volmesh_bounding_box

compas.datastructures.volmesh_bounding_box(volmesh)[source]

Compute the (axis aligned) bounding box of a volmesh.

Parameters:
volmeshcompas.datastructures.VolMesh

The volmesh data structure.

Returns:
list[[float, float, float]]

The 8 corner points of the bounding box.