tolerance parameter. If this condition has not been met after maxIter iterations, the function will produce an error and exit, unless failIfNotConverged is set to false.
If a tolerance value is not provided, a default tolerance value is 1e-6.
Signatures
Parameters
The input geometry.
The distance tolerance.
The max iter value.
The fail if not converged value.
Return type
The resulting geometry.

