Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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!
Solved! Go to Solution.
-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.
-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.