Returns the parent Component.
# Get the value of the property.propertyValue = sketch_var.parentComponent
#include <Fusion/Sketch/Sketch.h>// Get the value of the property.Ptr<Component> propertyValue = sketch_var->parentComponent();