Forums
Export to DXF Format
Quote from Frank Martinez on June 15, 2019, 9:34 amThe internal representation is raw parameter values. The SVG is generated on the fly to display in browser or to download. dxf can also be generated on the fly as a post filter based on the already generated svg path data. The only caveat is that bezier curves are not fully supported in dxf so i have to translate them to splines or segmented curves.
The internal representation is raw parameter values. The SVG is generated on the fly to display in browser or to download. dxf can also be generated on the fly as a post filter based on the already generated svg path data. The only caveat is that bezier curves are not fully supported in dxf so i have to translate them to splines or segmented curves.
Quote from Frank Martinez on June 15, 2019, 10:03 pmI have added DXF download for the Fretboard Module. Neck profile will take more time due to bezier curves.
I have added DXF download for the Fretboard Module. Neck profile will take more time due to bezier curves.