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