how to invoke a part from a Product by using VBA
how to invoke a part from a Product by using VBA
(OP)
i am working on an assembly. I want to switch to part workbench by using VBA.
Same things we can do by double clicking on the Part entities in an Assembly.
How can i do it by using VBA?
Same things we can do by double clicking on the Part entities in an Assembly.
How can i do it by using VBA?





RE: how to invoke a part from a Product by using VBA
Why do you need to activate a part level workbench?
indocti discant et ament meminisse periti
RE: how to invoke a part from a Product by using VBA
To place a part in edit mode, add the part to the selection then change the workbench to Part Design or GSD.
CATIA.StartWorkbench("PrtCfg")
RE: how to invoke a part from a Product by using VBA
I was looking for same. It solved my problem :)
RE: how to invoke a part from a Product by using VBA
like "PrtCfg" in above example.
Unable to find the same in V5automation.chm file
RE: how to invoke a part from a Product by using VBA
Check search function of the forum.
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: how to invoke a part from a Product by using VBA
RE: how to invoke a part from a Product by using VBA