it would help me a lot to know the answer to this old question. Is there a way to supress the “Tolerance had to be doubled for boolean to work” warning when performing boolean operations in a Rhino plugin? I’m using Rhino SDK.
Redirecting the warning to the command history or elsewhere will also be a good option. We need to ensure that the calculation continues without user intervention.
We have used this method before, but the success rate is lower than when we use the script. I don’t know what else is being done in the background when the script is running. We have to automate everything, i.e. everything has to be calculated without user intervention, just like it happens when the script is executed.
At the moment I don’t have such an example, as we abandoned RhinoBolleanDifference for many years and switched to the script. I’ll change this back for debugging purposes and send the example as soon as I’ll find one.