isn't that just basically openscad's difference()? I'm talking about defining an object/module with positive space components and negative components. so basically, when you apply union() to that object and another object, the positive parts will be added to the second object, and the negative ones will be subtracted. currently this has to be done in two seperate steps
Comments
There's a new project in julia. Is that the kind of negative space you're talking about? https://discourse.julialang.org/t/ann-constructivegeometry-j...
isn't that just basically openscad's difference()? I'm talking about defining an object/module with positive space components and negative components. so basically, when you apply union() to that object and another object, the positive parts will be added to the second object, and the negative ones will be subtracted. currently this has to be done in two seperate steps
Anyway it's a real programming language so that feature is probably just a matter of defining a function, which a user can do themselves
Oh, like a mask object.