Trouble with boolean operations #143
Answered
by
donalffons
JohannesMerkt
asked this question in
Q&A
Answered by
donalffons
Jun 3, 2022
Replies: 2 comments 1 reply
|
Couple of notes:
I would suggest to use a much smaller |
1 reply
Answer selected by
JohannesMerkt
|
is this a wasm build function or directly from the available opencascade.js |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment






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.SetFuzzyValuedoes, 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