Gets and sets the Tangent chain for fillet. This enables tangent chain option for fillet.
# Get the value of the property.propertyValue = filletEdgeSet_var.isTangentChain# Set the value of the property.filletEdgeSet_var.isTangentChain = propertyValue
#include <Fusion/Features/FilletEdgeSet.h>// Get the value of the property.boolean propertyValue = filletEdgeSet_var->isTangentChain();// Set the value of the property, where value_var is a boolean.bool returnValue = filletEdgeSet_var->isTangentChain(value_var);