rocky640
Mechanical
- May 28, 2004
- 16
Does anyone now how to change the active configuration of a part while it is in an assembly? I know that to change a configuration in an active part you use:
Set swApp = Application.SldWorks
Set Part = swApp.ActiveDoc
Part.ShowConfiguration "configuration name"
End Sub
But how do you do this while it is in an assembly?
Set swApp = Application.SldWorks
Set Part = swApp.ActiveDoc
Part.ShowConfiguration "configuration name"
End Sub
But how do you do this while it is in an assembly?