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