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