If I have a body-shell compose by several faces,
How can I automatically split it in different separated bodies?
A geometry like this: Made of 1 body with different faces
Can be automatically split by selecting all the faces in the body (in this case location [0]) and cutting all its faces:
allFacesB0 = GetRootPart().Bodies[0].Faces for myFace in allFacesB0: selection = FaceSelection.Create(myFace) result = Cut.ToClipboard(selection) result = Paste.FromClipboard()
Result: