API Change configuration
API Change configuration
(OP)
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?






RE: API Change configuration
<http://webpages.charter.net/mkikstra/SolidWorks.html>
Download and examine "ConfigManager". I've seen it in action. Pretty cool.
http://www.EsoxRepublic.com
RE: API Change configuration
RE: API Change configuration
I know him from the local user group. Nice guy -- great macros -- good site.
RE: API Change configuration