Returns the collection of tangent relationships associated with this component.
# Get the value of the property.propertyValue = component_var.tangentRelationships
#include <Fusion/Components/Component.h>// Get the value of the property.Ptr<TangentRelationships> propertyValue = component_var->tangentRelationships();