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