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