Path: utzoo!attcan!uunet!husc6!bloom-beacon!bu-cs!purdue!decwrl!labrea!glacier!jbn From: jbn@glacier.STANFORD.EDU (John B. Nagle) Newsgroups: comp.graphics Subject: Re: IGES, DXF File Format Specification needed Keywords: IGES, DXF File Format Specification, Help Message-ID: <17859@glacier.STANFORD.EDU> Date: 21 Nov 88 16:46:58 GMT References: <3611@hubcap.UUCP> Reply-To: jbn@glacier.UUCP (John B. Nagle) Distribution: na Organization: Stanford University Lines: 18 In article <3611@hubcap.UUCP> madhu@hubcap.UUCP (Raman Madhusudan) writes: >Greetings: > Where could I Obtain the IGES and DXF file format > Specifications. Who "owns" these formats and where > would I be able to get the updates on any changes etc. The DXF format is AutoCAD's external format for drawing interchange. Look in any AutoCAD manual. It's an ASCII text file, rather bulky but not too difficult to process. Autodesk, Inc., (Sausalito CA) defines DXF format. IGES, the Interim Graphics Exchange Standard, is an industry draft standard for drawing exchange. I don't know the controlling organization offhand, but it's not ANSI; the standard isn't that well developed yet. IGES files are organized as 80-character fixed format ASCII text records, and are somewhat FORTRAN-oriented. John Nagle