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