CompuServe Thread

#DXF help

3 messages in this thread
#28416From: MASJan 13, 1992 11:49 AM
I am currently in the process of writing a DXF file converter. The converter is converting the DXF input to a proprietary file format. I have run into some problems. I am not precisely clear on how ellipitical shapes are handled by the DXF file format. My only significant source of information on the DXF format is a file which I downloaded from Compuserve. I have been producing DXF files with CorelDRAW! and it writes out ellipses as a CIRCLE entity with a value for the x-radius and y-radius. The format is as follows: 10, 20, ( centre), 41, ( xradius) 42 (yradius) Is this the correct way to handle ellipses? Any help in confirming what the format is would be most appreciated. One last question: is there a more detailed source of information on the DXF file format? This is not my account; it is my boss's ( just for clarity) Manjit Bedi
#28481From: Carl Bethea [Adesk]Jan 13, 1992 7:16 PM
Manjit – An ellipse in AutoCAD is a polyline with 16 arcs (4 in each quadrant) which approximate a true ellipse.
#28604From: Carl Bethea [Adesk]Jan 14, 1992 2:23 PM
Manjit – here is the message, from Carl Bethea: : 28481 S1/AutoCAD 13-Jan-92 17:16:56 Manjit – An ellipse in AutoCAD is a polyline with 16 arcs (4 in each quadrant) which approximate a true ellipse.