[PythonCAD] Call for test cases DWG files

2010-01-07 Thread [email protected]
Hello, I would like to collect a set of test cases for DWG files with corresponding DXF files for various versions of autocad. That way we can develop the libredwg project further. Does anyone have a version of autocad that can produce these files? We would need it for very many test cases with d

Re: [PythonCAD] Call for test cases DWG files

2010-01-07 Thread Gertwin Groen
Hello Mike, I have access to various versions of AutoCAD (and Map or C3D). What do you want? - Various files with an entity of each type for dwg 2006-2010 and dxf R12 + 2006-2010? - dwg and dxf files containing xdata and data from the Map and C3D verticals? - Large files (>10 mb dwg) for performan

Re: [PythonCAD] Call for test cases DWG files

2010-01-07 Thread [email protected]
Well, I am working on 2d maps. We have recieved these three files, one has been translated so far/ https://savannah.gnu.org/bugs/?group=libredwg We have two files in format : AC1018 from Prishtina Kosovo. The brasil file is in this format AC1021, it has been processed by somone into dxf. I have

Re: [PythonCAD] Call for test cases DWG files

2010-01-07 Thread [email protected]
I found more parts that we could use : http://www.ribbonsoft.com/qcad_library_browse.html http://www.open-craft.org/pmwiki/pmwiki.php?n=Projects.Ikelos On Thu, Jan 7, 2010 at 4:58 PM, [email protected] wrote: > Well, I am working on 2d maps. > We have recieved these three files,

Re: [PythonCAD] Call for test cases DWG files

2010-01-07 Thread gertwin . groen
QCad is a good source for dxf files, it uses dxf as it native file format. I will try to get some test files in the next few days. I will make the same files for R12, R16 (acad 2004-2006), R17 (acad 2007-2009) and R18 (acad 2010) dxf and dwg format and a export to a raster file. What do you

Re: [PythonCAD] Call for test cases DWG files

2010-01-07 Thread [email protected]
> > I will try to get some test files in the next few days. > I will make the same files for R12, R16 (acad 2004-2006), R17 (acad > 2007-2009) and R18 (acad 2010) dxf and dwg format and a export to a raster > file. That would be perfect. > > What do you think how important is the dxf import module