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