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