oxr76
Computer
- Dec 14, 2006
- 3
Hi,
I was wondering if anyone might be able to help me here. I was trying to write DXF code for drawing an Ellipse. So here is what i did. I got the code by drawing an ellipse and then saved it as DXF. So I started off with a blank page. I began writing it as follows
0
SECTION
2
ENTITIES
0
ELLIPSE
8
0
10
629.4185943561319
20
564.6465625762273
30
0.0
11
0.0
21
-182.0310286257299
31
0.0
210
0.0
220
0.0
230
1.0
40
0.3696612519921331
41
0.0
42
6.283185307179586
0
ENDSEC
0
EOF
I got an error while opening this DXF drawing. it said that "Undefined group code 10 for object on line 10"
I thought 10 denotes the X-Coordinates. Why is the autocad not able to define it?
Thank you in advance
I was wondering if anyone might be able to help me here. I was trying to write DXF code for drawing an Ellipse. So here is what i did. I got the code by drawing an ellipse and then saved it as DXF. So I started off with a blank page. I began writing it as follows
0
SECTION
2
ENTITIES
0
ELLIPSE
8
0
10
629.4185943561319
20
564.6465625762273
30
0.0
11
0.0
21
-182.0310286257299
31
0.0
210
0.0
220
0.0
230
1.0
40
0.3696612519921331
41
0.0
42
6.283185307179586
0
ENDSEC
0
EOF
I got an error while opening this DXF drawing. it said that "Undefined group code 10 for object on line 10"
I thought 10 denotes the X-Coordinates. Why is the autocad not able to define it?
Thank you in advance