Hello,
I’m new to Babylon.js and js for that matter
I’m trying to build up sheet metal part with cutouts and notches removed.
When I try to subtract a mesh from an extrusion, I get the opposite of what I expect.
The green shape is what I expected to have removed from a larger box (which is now gone).
To see the notch and the sheet at the same time, just uncomment the first of these two lines and comment out the other:
//addFemaleNotches(coilWidth, femaleLength, c1Depth, c2Depth, scene);
joint = getFemaleNotchesSubtracted(joint, coilWidth, femaleLength, c1Depth, c2Depth, scene);
Thank you in advance.