bguenther
Mechanical
- Nov 3, 2008
- 37
Hi,
I am hopeing someone can help me with this.
I am looping through an assemblies parts getting some information about each part, which works fine. What i am not able to do is specify which part I want to have the handle on. If the part that I currently have the on is a mirrored part then I need to get the handle on the part that the mirrored part is referenced to, then move the handle back to the mirrored part and continue looping the assembly. I do not want to open the part in its own window.
I want swModelTemp to equal PartName. swModelTemp is declared as ModelDoc2 and PartName is declared as String.
I have tried many different ways to do this but have had no luck.
Thanks for any help.
I am hopeing someone can help me with this.
I am looping through an assemblies parts getting some information about each part, which works fine. What i am not able to do is specify which part I want to have the handle on. If the part that I currently have the on is a mirrored part then I need to get the handle on the part that the mirrored part is referenced to, then move the handle back to the mirrored part and continue looping the assembly. I do not want to open the part in its own window.
I want swModelTemp to equal PartName. swModelTemp is declared as ModelDoc2 and PartName is declared as String.
I have tried many different ways to do this but have had no luck.
Thanks for any help.