PDA

View Full Version : error in opening DXF file



ali888
15th Dec 2006, 02:17 am
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

LSR
15th Dec 2006, 09:59 pm
Hi,

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

Sorry, I take back my comments.

keberle
27th Oct 2008, 04:46 am
have you determined the cause fo the error? I have the same problem but cannot figure out the cause.