Returns the bounding box of this occurrence.
# Get the value of the property.propertyValue = occurrence_var.boundingBox
#include <Fusion/Components/Occurrence.h>// Get the value of the property.Ptr<BoundingBox3D> propertyValue = occurrence_var->boundingBox();