jmarkus
Mechanical
- Jul 11, 2001
- 377
Hi,
I have an NX Journal in VB which grabs all the objects on layer 1 by using:
If I want to ADD all the objects on a DIFFERENT layer to allObjects, I'm not sure how to do that. Essentially I want to append the objects on the different layer into the 'allobjects' collector, but I don't see a straightforward way to do this using the VB scripting.
Can someone point me in the right direction?
Thanks,
Jeff
I have an NX Journal in VB which grabs all the objects on layer 1 by using:
Code:
allObjects = workPart.Layers.GetAllObjectsOnLayer(1)
If I want to ADD all the objects on a DIFFERENT layer to allObjects, I'm not sure how to do that. Essentially I want to append the objects on the different layer into the 'allobjects' collector, but I don't see a straightforward way to do this using the VB scripting.
Can someone point me in the right direction?
Thanks,
Jeff