vagran / dxf-viewer

DXF 2D viewer written in JavaScript
Mozilla Public License 2.0
295 stars 87 forks source link

Added the option retainParsedDXF and a GetDXF accessor #41

Closed jdh-invicara closed 1 year ago

jdh-invicara commented 1 year ago

Retaining the result from DxfParser to allow for further processing (e.g. file conversion, partial-geometry extraction).

Because this will use a lot of memory it is optional with the flag called retainParsedDXF with a default value of false

Added GetDXF() to DxfViewer to return the object to the client.