Global geometry tolerances on server?

Is it possible to set default tolerances for the server than will be used except when a call is made that overrides them?

Hi @fergus.hudson,

Sorry, no. If a method requires that you pass a tolerance, then you must do so.

– Dale

1 Like

You can create your own custom endpoints either by directly modifying the compute source code or through the use of a plug-in. This would be one way to implement your own default tolerances.