MagmaWorks / SCaFFOLD

Calculations ecosystem
MIT License
9 stars 0 forks source link

Possible saving improvement #7

Closed mikegatt closed 5 years ago

mikegatt commented 5 years ago

Opening a file isn't possible if a dxf is saved to someones desktop rather than on the server which is a little difficult. Would also be amazing for it to 'remember' the last directory to save copy/pasting the directory each time. image

AlBal2 commented 5 years ago

Options added to app to save DXFs separately, or to save DXF and JSON files together. To enable this, 'GetDrawing()' method has been added to ICalc which returns list of NetDxf.DxfDoc objects.

The app menu now appears as below:

image