My code splits a body with a plane. What results is a body made of two pieces. I need to separate these two pieces in code but I dont know how to do this.
What I am looking to do is split the body into two bodies (in VBA) so that I can continue to work with the two pieces separately.
The way I...