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
Tom
pascal
(Pascal Golay)
April 20, 2020, 11:34pm
2
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 Would be good if there was one!
pascal
(Pascal Golay)
April 20, 2020, 11:36pm
4
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!
pascal
(Pascal Golay)
April 20, 2020, 11:51pm
6
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
Such a useful command but not exposed in RhinoCommon, AFAIK…
pascal
(Pascal Golay)
April 21, 2020, 1:07am
8
Ah, looks like that just appeared in the latest RhinoCommon version! Updated my Nuget packages and it shows up
brian
(Brian Gillespie)
April 28, 2020, 10:48pm
10
RH-58010 is fixed in the latest WIP
1 Like
AncaG
September 11, 2023, 2:52pm
11
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!