Community login and other support tools will be unavailable Saturday May 3rd 9:00 am to 3:00 pm (EST) due to planned maintenance. Learn More

Translate the entire conversation x

About Creo lauch command

元杨_10712694
8-Gravel

About Creo lauch command

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!

 

 

 

 

ACCEPTED SOLUTION

Accepted Solutions

-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. 

View solution in original post

1 REPLY 1

-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. 

Announcements

Top Tags