rbRannoch
Guest
|
Posted:
Thu Dec 01, 2005 5:10 pm Post subject:
Simple DXF File Format Question |
|
|
I'm writing software to create DXF files.
I started by drawing a circle. That works. I see the circle in my DXF
viewer.
I then added a TABLE entry to create a DASHED line. The viewer accepts
that as valid input.
I then added the following just above the CIRCLE creation code:
6
DASHED
I expected the circle to become a dashed line, but it's still a solid
line.
Any ideas on how to make the circle draw as a dashed line?
Randy
//////////////////////////////////////////
0
SECTION
2
ENTITIES
0
TABLE
2
LTYPE
70
2
0
LTYPE
2
DASHED
70
64
3
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
72
65
73
2
40
0.75
49
0.5
49
-0.25
0
ENDTAB
6
DASHED
0
CIRCLE
8
Polygon
10
-7981710.4060777
20
5686443.48986761
40
64820
50
0
51
0
0
ENDSEC
0
EOF
|
|