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