Returns if the edge is tolerant. The tolerance used is available from the tolerance property.
# Get the value of the property.propertyValue = bRepEdge_var.isTolerant
#include <Fusion/BRep/BRepEdge.h>// Get the value of the property.boolean propertyValue = bRepEdge_var->isTolerant();