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