I was wondering if it's possible to name the bodies I output from my macro feature.
I have tried to use the Name property of the temp body I return from my rebuild method .
The code I'm using is something like
swResBodies(i).Name = swFeature.Name & swSeedBody.Name
Debug.Print swResBodies(i).Name
I can confirm that the name is changed in the temp body, but this doesn't update the names in the body folder.
SolidworksApi/macros