Skip to content

Trouble with boolean operations #143

Answered by donalffons
JohannesMerkt asked this question in Q&A
Discussion options

You must be logged in to vote

Couple of notes:

  • The 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.
  • I can't give you an exact definition of what 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 the FuzzyValue

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@JohannesMerkt
Comment options

Answer selected by JohannesMerkt
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants