Returns the parent component that owns this tangent relationship.
# Get the value of the property.propertyValue = tangentRelationship_var.parentComponent
#include <Fusion/Components/TangentRelationship.h>// Get the value of the property.Ptr<Component> propertyValue = tangentRelationship_var->parentComponent();