Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

API How to get part configurations from assembly

Status
Not open for further replies.

zuccus

Petroleum
Joined
Jun 19, 2003
Messages
137
Location
US
I have an assembly that has a part brought into 4 times with 4 different configurations. I am able to traverse the assembly just fine, but it only opens the part file in the last saved configuration with the getactiveconfiguration call. So I get the same config 4 times.

How do I open up the part file of the current config in the assembly. I tried looking at the referencedconfiguration call with no luck.

SW2006 SP0.

Zuccus
 
Open component in referenced configuration
This macro can be used in assemblies. Select a component and run this macro. It opens the referenced model and automatically activates the referenced configuration. You decrease the risk of changing the wrong configuration.

 
Thanks JR,

I will give it a try. It looks like exactly what I am looking for.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top