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