Hi LWolf (and Little Cthulhu and ferdo), this is a really good answer and I got it working. Thank you!
Unfortunately, this is part of a larger macro that I have already written a lot of which would require significant reworking.
Before put in the hours to switch it over to surfaces, I want to...
TudorM thank you, that is very helpful. The code you provided can be used to separate the body into two parts, which solves the first part of the problem.
The remaining - and perhaps hardest part - of the problem is that this is part of a program that needs to loop many times, so I would like...
Thank you for your reply! That is not exactly my problem. Let me see if I can clarify.
I start with a single body pictured in my first post.
I split the body with a plane and select the side to keep.
The result of the split looks like this (and is a single body)
I want to separate these two...
Is there any way to break apart a body into separate bodies that anyone knows about?
Does anyone have any other ideas about how to do it manually? This might be a good place to start.
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...