SimplifiedLogic / creoson

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

Parameters list | Read/write parameters in bulk #107

Open nirav-98 opened 5 months ago

nirav-98 commented 5 months ago

I'm using creopyson, all_params = c.parameter_list(file_='*.prt') This works only if the files are open. Can we ready/write parameters quickly/ at scale? for 1000s of files?

Zepmanbc commented 5 months ago

You must open each file, but you don't need to display

nirav-98 commented 5 months ago

You must open each file, but you don't need to display

Thanks for the answer 👍