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