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