Returns the 3D bounding box of the profile in sketch space.
# Get the value of the property.propertyValue = profile_var.boundingBox
#include <Fusion/Sketch/Profile.h>// Get the value of the property.Ptr<BoundingBox3D> propertyValue = profile_var->boundingBox();