jmarkus
Mechanical
- Jul 11, 2001
- 377
Hi,
I have a journal that identifies a component (child) in an old assembly, and then checks to see how many of that component is in a new assembly (newcomponent), using the below wrapper:
I would like to access the actual instance of the component in that new assembly in order to display it on the screen using DisplayManager.ShowObjects. I can't just reference the "child" since that is the component in the old assembly. How would I find the reference of its occurrence in the new assembly?
Thanks,
Jeff
I have a journal that identifies a component (child) in an old assembly, and then checks to see how many of that component is in a new assembly (newcomponent), using the below wrapper:
Code:
ufs.Assem.AskOccsOfPart(newcomponent.Prototype.OwningPart.Tag, child.Prototype.OwningPart.Tag,numOccs)
I would like to access the actual instance of the component in that new assembly in order to display it on the screen using DisplayManager.ShowObjects. I can't just reference the "child" since that is the component in the old assembly. How would I find the reference of its occurrence in the new assembly?
Thanks,
Jeff