bluekeyes / Fusion360-ExportCutlist

Addin for Autodesk Fusion360 to export cut lists of parts in various formats
MIT License
72 stars 7 forks source link

Remove units from JSON dimensions #2

Closed bluekeyes closed 2 years ago

bluekeyes commented 2 years ago

All other formats put the unit in the header, but the JSON format puts the unit in the value. This makes it harder to process the JSON output, since you have to strip out the units and parse the strings to numbers. Move the units to a separate field on the object so that the dimensions can be numbers.