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