Suppress "Tolerance had to be doubled..."

Hi,

Is there any way to suppress the “Tolerance had to be doubled for boolean to work” warning when performing boolean operations?

Otherwise, running a macro with many elements requires babysitting the process, which is undesirable.

Any tips appreciated :slight_smile:

Tom

Hi Tom - I don’t suppose there is a ‘do not show me this again’ check box on there…? Maybe it needs one.

-Pascal

No, unfortunately not :frowning: Would be good if there was one!

Hi Tom - ok, I will get that on the list - for now, I do not have a good idea other than a script to get at what you want though.

RH-58010 Allow suppressing the warning

-Pascal

Thanks, Pascal! It’s ok, it’s not the most urgent thing in the world.

The reason is that I’m running a macro from a script, but it’s for a command that’s not exposed through RhinoCommon, so it has to go through the command line…

Thanks again for your super quick reply!

Some other command in the mix then? Just making sure, because Booleans are available in RhinoCommon.

https://developer.rhino3d.com/api/RhinoCommon/html/Overload_Rhino_Geometry_Brep_CreateBooleanUnion.htm

-Pascal

BooleanSplit :confused:

Such a useful command but not exposed in RhinoCommon, AFAIK…

Looks like it is there - I have not tried, but:
https://developer.rhino3d.com/api/RhinoCommon/html/Overload_Rhino_Geometry_Brep_CreateBooleanSplit.htm

-Pascal

Ah, looks like that just appeared in the latest RhinoCommon version! Updated my Nuget packages and it shows up :slight_smile:

RH-58010 is fixed in the latest WIP

1 Like

Hi,

This topic is old but it would help me a lot to know the answer. Is there a way to supress the “Tolerance had to be doubled for boolean to work” warning when performing boolean operations? I’m using Rhino SDK.

Thank you!