Returns the tolerance used by a tolerant edge. This value is only useful when isTolerant is true.
# Get the value of the property.propertyValue = bRepEdge_var.tolerance
#include <Fusion/BRep/BRepEdge.h>// Get the value of the property.double propertyValue = bRepEdge_var->tolerance();