|
sw 2008 drawing configurations!!!
i have a model that has multiple configurations. in my drawing i want to create a macro that will change the current drawing configuration to the one i select. is there any way of doing that? basically i was looking for a way, when you right click on the drawing view, select properties and choose one of the configurations from the drop down list, to work using vb code.
if anyone would know how that would be great,
thanks,
benny
can you just right-click on the part in the feature tree and select the config?
chris
solidworks/pdmworks 08 3.1
autocad 08
thanks for the response. yes i can do that manually, but i want to design a macro that will do that. basically, while i am in the current drawing, it will change my drawing to the configuration i select in a vb form, and save it as a new drawing number. what happens is i usually design 1 model with multiple configurations, and then have to make multiple drawings for each different configuration. i was trying to automate a way of taking the first drawing i create, saving it as a copy and then opening it and changing it one of the configurations.
try lenny's "configmanager." it is not drawing specific, so it also works for parts and assemblies. be sure to read the included text file. it reacts differently depending on document type and whether or not something is pre-selected.
try this |
|