Re: dimensions reading between librecad and other softwares
Posted by
cantcode on
Jun 14, 2013; 5:14pm
URL: https://forum.librecad.org/dimensions-reading-between-librecad-and-other-softwares-tp5708262p5708347.html
Ohhh, thought that the IMPORT/OPEN does not work

So knowing that the export from LibreCAD causes some problems to other programs, I had a look at the files and found something. Seems like LibreCAD does not seperate some values by two blanks.
Example:
LibreCAD | draftsight |
---|
...
0
SECTION
2
HEADER
9
$ACADVER
1
...
|
...
0
SECTION
2
HEADER
9
$ACADVER
1
...
|
As you can see, draftsight has two blanks before "0", "2", "9" and "1".
But in the librecad file there are no blanks before this numbers.