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