I have been trying out the dxf2elmt plugin. I am using QCad that creates R15 version dxf file.
When I import the converted elmt, the lines are thin and with no text. I started to play around with with different things.
About Text
Using QCad, the text has to be simple type, then the converter imports the text. Only problem is that the all text is placed on the element hot spot. The dxf file contains the text coordinates, so the converter may be missing it. The text x and y attribute values are set to 0
About Lines
The imported lines are thin. I see in the importer source code that it looks for line weight > 0.5 to create the line-weight:normal attribute in the elmt file. My line thickness is set to 0.53mm, QCad saves this 0.53 value as 53 (0.53 x 100), so the importer misses it.
DXF sample
LINE
5
62
100
AcDbEntity
8
0
62
256
370
53 line weight
48
1.0
6
ByLayer
100
AcDbLine
Are these dxf version related issues?
Are there workarounds?
Attached the dxf for reference,
Thanks