-
1
- #1
jmarkus
Mechanical
- Jul 11, 2001
- 377
Thanks Everyone, (especially Frank) whose been helping me with my "trial by fire" NX Journal programming.
Now I want to create a BodyCollection with specific bodies in it (not all the bodies in the part). I thought I could use BodyCollection.Add(newbody) to add a body, but it seems BodyCollection doesn't work that way. So how can I create a bodycollection (not just an array of tags - cause I still don't get how to convert those back to objects) which I can process later?
Thanks,
Jeff
Now I want to create a BodyCollection with specific bodies in it (not all the bodies in the part). I thought I could use BodyCollection.Add(newbody) to add a body, but it seems BodyCollection doesn't work that way. So how can I create a bodycollection (not just an array of tags - cause I still don't get how to convert those back to objects) which I can process later?
Thanks,
Jeff