Replies: 1 comment
-
|
Bool ops should work. MRE? What is the cutout? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make a volumetric subtraction (object B occupies some space in Object A: make Object B into air instead of material).
The Shape::cut() function just gives me a bunch of random looking shapes?
However, when I do the following:
All the wireframes show that my cutouts are in the correct position.
Modifying the code slightly to use the function
box = box.cut(cutout)leaves me with garbage that sorta resembles the shape of the cutout but not quite.I can't find reference to any other functions which permit volumetric subtraction. Is this not a supported feature?
Beta Was this translation helpful? Give feedback.
All reactions