On Thu, Aug 03, 2006 at 05:12:16PM +0200, Alvaro Zabala wrote: > First of all, thanks for such a great software like PythonCAD. > > I was looking for a reference about PythonCAD support of AC1018 > (R2004) DWG > file format, but I couldnt found it. > > Is planned DWG 2004 support in PythonCAD? > > Thanks in advance, and best regards!
Hi. I've wanted to work on the code that handles the various DWG formats, and several months ago I received some documentation about newer DWG formats. Sadly I've not made any progress in coding up routines to handle newer DWG formats. The existing DWG reading code needs cleaning up, and then I need to start working on new code for the new formats. I'd like to be able to support the AC1018 format, but I don't have a timeline as to when that will happen. My work over the last couple of months has been concentrated on improving the GUI responsiveness, fixing bugs, and adding an occasional new feature. I regret that still the code needed for directly importing older DWG/DXF files is not written as well as the lack of code for newer version of these files. Thanks for the kind words regarding PythonCAD. Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 _______________________________________________ PythonCAD mailing list [email protected] http://mail.python.org/mailman/listinfo/pythoncad
