Skip to main content
1-Visitor
August 14, 2019
Question

Start Parametric from my app

  • August 14, 2019
  • 1 reply
  • 831 views

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!

 

 

 

 

 

1 reply

18-Opal
August 14, 2019

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 Smiley Very Happy

 

Have fun !