How to automate Catia WGM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to automate Catia WGM
Hello,
Is there any programming option by which we can automate CATA WGM for task like open in catia, check-in etc.
Does CATScript / Catia Macro will able to fulfill my requirement?
Solved! Go to Solution.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I believe you can use CATIA macros and call PDM Actions.
In order to programmatically call Windchill PDM actions from your Windchill Workgroup Manager Toolkit application, create a simple CATIA macro using CATIA.StartCommand("<Windchill PDM action name>"). Then use the Windchill Workgroup Manager Toolkit function, executeCadCustomCommand to invoke the macro.
More details can be found in here http://support.ptc.com/cs/help/windchill_hc/wwgm102_hc/index.jspx?id=wwgmtoolkit_create_CATIAV5_MACRO_PDM_Actions&action…
Thank you,
Binesh Kumar
Barry Wehmiller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I believe you can use CATIA macros and call PDM Actions.
In order to programmatically call Windchill PDM actions from your Windchill Workgroup Manager Toolkit application, create a simple CATIA macro using CATIA.StartCommand("<Windchill PDM action name>"). Then use the Windchill Workgroup Manager Toolkit function, executeCadCustomCommand to invoke the macro.
More details can be found in here http://support.ptc.com/cs/help/windchill_hc/wwgm102_hc/index.jspx?id=wwgmtoolkit_create_CATIAV5_MACRO_PDM_Actions&action…
Thank you,
Binesh Kumar
Barry Wehmiller
