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

This commit is contained in:
Lorenzo Marcantonio 2012-08-29 19:31:00 +02:00
parent e7fd324a75
commit 0938f2cff6
1 changed files with 5 additions and 1 deletions

View File

@ -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"