SimplifiedLogic / creoson

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

Help me to extract Basic dimensions from CREO ver9.0 drawing #96

Open Nam-Hoang68 opened 1 year ago

Nam-Hoang68 commented 1 year ago

Description I want to extract only the Basic dimensions from CREO Drawing. I am using "Creopyson.Dimension.List_details" to extract dimensions, but returned result included "Basic dimensions" and "Nominal dimensions", with the same properties, so I can not filter out the Basic dimensions.

What I Did Could you please help me to extract only the "Basic dimensions" from CREO drawing?