Login  Register

Re: Exchange format between FreeCAD and Librecad

Posted by Rallaz on May 02, 2013; 7:10pm
URL: https://forum.librecad.org/Exchange-format-between-FreeCAD-and-Librecad-tp5707926p5707982.html

> DXF in ascii will most likely be the main export format. Does anyone have a rough idea how ready Rallaz's DXF library is?
Complete, at least all required by LibreCAD (2D & some 3D) and can read/write in ascii and binary, (binary write is not fully tested)

libdxfrw are GPL 2+ and NEVER LGPL are open source to use in open source ( as freedom, not as a beer)

I am working adding dwg support in libdxfrw (only one library for dxf/dwg) but I'm a little busy these days.
And can be run independent of LibreCAD the only requisite is libstdc++, you can get it from
http://sourceforge.net/projects/libdxfrw/

Rallaz