Trouble with boolean operations #143
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Couple of notes:
I would suggest to use a much smaller |
Beta Was this translation helpful? Give feedback.
-
is this a wasm build function or directly from the available opencascade.js |
Beta Was this translation helpful? Give feedback.
Couple of notes:
new oc.Message_ProgressRange_1()
is used by OpenCascade to coordinate progress indicators for one or more long-running tasks. In C++, those arguments contain default values, but since OpenCascade.js currently doesn't support default values, you have to specify them explicitly. There are a few more notes on the topic of progress indicators in the docs and in the OCCT forums.SetFuzzyValue
does, only so much: It is some sort of tolerance value that is used when performing boolean operations. Geometry might get collapsed if distances are below that value. The reason for your problems is almost certainly related to theFuzzyValue