Returns the bounding box of this mesh body.
# Get the value of the property.propertyValue = meshBody_var.boundingBox
#include <Fusion/MeshBody/MeshBody.h>// Get the value of the property.BoundingBox3D propertyValue = meshBody_var->boundingBox();
// Get the value of the property.propertyValue = meshBody_var.boundingBox;