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