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