Hello, I have used the CSG API before but from my experience it isn't possible to create 2 parts using just the CSG API and I was wondering how did this person do this and how would I be able to replicate it? Gyazo
Simply using SubtractAsync will not do it, cos that just creates a union, the person said that he did it using CSG but I am sure there are more steps to this that I do not know of, so how would I go around making 2 parts out of the union that's been cut?
First clone the part you're subtracting from. Then do the subtraction. Then subtract the new part you've made from the clone. You'll have two parts that, together, make the shape of the original part.