macbain
Civil/Environmental
- Feb 7, 2006
- 2
I hope someone can help me with the dxf specification and requirements. I'm trying to use an MTEXT entity in a "manually" created dxf file. I have no problem with other basic entites (LINE, CIRCLE, TEXT, ...) but there seems to be some undocumented requirement(s) for MTEXT. I'm not using HEADER, CLASSES, TABLES, or anything that isn't required for basic entities mentioned above. Following is an example (which works fine as TEXT entity).
Thanks for your help.
Thanks for your help.
Code:
0
SECTION
2
ENTITIES
0
MTEXT
100
AcDbMText
8
layerName
10
0.0
20
0.0
30
0.0
40
0.1
41
2.5
71
1
72
1
1
This is text in the MTEXT entity.
50
0.0
0
ENDSEC
0
EOF