SimplifiedLogic / creoson

OpenSource Automation using JSON Transactions for PTC's CREO Parametric
http://www.creoson.com
MIT License
83 stars 23 forks source link

Create a new part #20

Closed curiosity-rover closed 5 years ago

curiosity-rover commented 5 years ago

Is it possible to create a new part (without having to use mapkeys)?

curiosity-rover commented 5 years ago

Current method: filename="tempfile1" xyz="~ Command ProCmdModelNew ;~ Input new InputPanel1 "+""+filename+";"+"~ Select new Type 1 Part;~ Activate new OK;" c.interface_mapkey(xyz)

I'm going to close this, as I was able to pass 'filename' as a string.

adama2000 commented 5 years ago

No, the JLink API does not support the creation of parts (or the creation of a lot of other things), therefore creoson doesn't support it.