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