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