Skip to main content
8-Gravel
June 25, 2023
Solved

About Creo lauch command

  • June 25, 2023
  • 1 reply
  • 960 views

In OTK userguide Chapter asynchronous application

Creo Parametric start or connect call to pfcAsyncConnection::Start:
• -g:no_graphics—Turn off the graphics display.
• -i:rpc_input—Causes Creo Parametric to expect input from your asynchronous application only.
Here is what I want to ask:What if I want to create an application with display?I don't know where to consult these command options,Could you please tell me the right place to consult those command options?Thank you very much!

 

 

 

 

Best answer by RPN

-g:no_graphics Is just an option if you want to create a batch based app. The effect is only important if you start Creo by your own, not on connect.

If you start, you may have to deal what the user is doing, notifications functions may helpful for you in that case. 

1 reply

RPN
RPN18-OpalAnswer
18-Opal
June 25, 2023

-g:no_graphics Is just an option if you want to create a batch based app. The effect is only important if you start Creo by your own, not on connect.

If you start, you may have to deal what the user is doing, notifications functions may helpful for you in that case.