Browse Source

Added MEASUREMENT sysvar to DXF driver, marks explicitly the file as metric

pull/1/head
Lorenzo Marcantonio 13 years ago
parent
commit
0938f2cff6
  1. 6
      common/common_plotDXF_functions.cpp

6
common/common_plotDXF_functions.cpp

@ -63,8 +63,12 @@ bool DXF_PLOTTER::StartPlot( FILE* fout )
" 9\n"
"$ANGDIR\n"
" 70\n"
" 1\n"
" 9\n"
"$MEASUREMENT\n"
" 70\n"
"0\n"
" 0\n"
" 0\n" // This means 'metric units'
"ENDSEC\n"
" 0\n"
"SECTION\n"

Loading…
Cancel
Save