Returns the parent component that owns this feature.
# Get the value of the property.propertyValue = extrudeFeature_var.parentComponent
#include <Fusion/Features/ExtrudeFeature.h>// Get the value of the property.Ptr<Component> propertyValue = extrudeFeature_var->parentComponent();