Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello there,
Is there any similar methods to run a native python or .cpp file in creo as like we do in Unigraphics NX ?
I am trying to connect to a creo 9.0 environment , from external command prompt as like creoson, but after that can i pass the creo toolkit commands to creo via that terminal ?
Hi
Tell us more about the method used with NX.
Creo Toolkit offers an asynchronous mode where an application, that you need to develop, can connect to an existing Creo session.
When you says "from external command prompt", I'm assume you need to have a prompt that you'd key in live to feed Creo with. Is my understanding correct?
Thanks for the reply @remy , In NX we can directly run the python code developed with NX OPEN functionality without compiling it to dll or exe. Is there any similar option in creo ?
For the second question, yes your understanding is correct . a command terminal , where i enter toolkit commands which get reflected in live creo environment .
Hello @Michael ,
i knew this tool already, but it connects to their server and it also have limited functionality.
i want to know if there is a similar kind of tool available in native creo itself, where i can use all the toolkit functionalities .
Yes could be like this , but is there any tool built in creo, which runs native python or cpp file
Not that I know, what do you want to do with it?
BTW A cpp must be always compiled, and a toolkit license is not that cheap 🙂