Gets and sets the name of the tangent relationship.
# Get the value of the property.propertyValue = tangentRelationship_var.name# Set the value of the property.tangentRelationship_var.name = propertyValue
#include <Fusion/Components/TangentRelationship.h>// Get the value of the property.string propertyValue = tangentRelationship_var->name();// Set the value of the property, where value_var is a string.bool returnValue = tangentRelationship_var->name(value_var);