SimplifiedLogic / creoson

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

Fetching the dimensions on a drawing sheet #90

Open dummifiedme opened 1 year ago

dummifiedme commented 1 year ago

Is it possible to fetch the dimensions mentioned on the drawing sheet with their locations?

They are not being listed as part of note_list. Is there any way to get information about it?

adama2000 commented 1 year ago

dimension.list_detail ought to do that, have you tried it?

Sorry for the late response.

dummifiedme commented 1 year ago

dimension.list_detail ought to do that, have you tried it?

Sorry for the late response.

I just tried this, and it doesn't work. Is it supposed to work with drawing sheets?