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