Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi there,
I'm trying to launch and use Parametric in graphic mode from my app (c++ app). The idea is to open Parametric, build a detail through API, close Parametric.
And I can't find a correct way, how to launch Parametric.
Maybe someone faced with a similar task or just know what exact I need to use, read and look? 🙂
Thank you!
Start here ProCore.h
extern ProError ProEngineerStart( char* proe_path, char* prodev_text_path );
Purpose: Causes the Creo Parametric TOOLKIT program to spawn and connect to a new
Creo Parametric session. It is intended for use in simple and
full asynchronous modes.
On top, you can execute any bat file in Parametric/bin and use your config.pro
Have fun !