Returns the parent sketch.
# Get the value of the property.propertyValue = sketchEllipse_var.parentSketch
#include <Fusion/Sketch/SketchEllipse.h>// Get the value of the property.Ptr<Sketch> propertyValue = sketchEllipse_var->parentSketch();