Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Dear PTC support,
Currently there is no way to launch CATIA using WWGM toolkit API.
Simple use case would be to call CAA function from WWGM-client.
But if CATIA is not opened, it won't be possible!.
So think WWGM toolkit should provide API to lunach CATIA without opening any document.
Let me know if you require more details.
Thanks,
Nathaniel
Hi Nathaniel,
why is it not sufficient to call CreateProcess() from your C++ program to start CNEXT.exe? Using CNEXT.exe you could also run a macro (*.CATScript or *.CATVBA) in batch mode without opening full CATIA UI (Depending on your CATIA code / CAA function).
Best regards,
Ruediger Scholz