libopencad icon indicating copy to clipboard operation
libopencad copied to clipboard

When can this lib support AC1018?

Open ly15927086342 opened this issue 7 years ago • 4 comments

Recently, I have try to transform the high dwg version to autocad2000, but it seems this lib has some bugs. Such as some layers' geometries losed or exists bugs when opencadfile(). Is it because the geometrytype is not enough for versions after transform. Can you continue to update the lib??Thank you.

ly15927086342 avatar Jun 28 '18 13:06 ly15927086342

I am thinking about rewriting this library completely to make it more Modern C++ as it stands now, and since it has pretty bad design choices (which leads to memory-leaks, hard error-handling, etc). It's hard to estimate how much will it take since this is not my main project at the moment, and it seems that it won't be. In near future I will start to commit again into dev branch, it won't be stable of course, but after I will make global refactoring I will also try to extend possible formats with 1 new version of DWG.

Thanks for your interest.

sandyre avatar Jul 04 '18 16:07 sandyre

Hi @sandyre, Is there any progress on adding support of more recent AC file versions?

rudolfninja avatar Mar 04 '19 09:03 rudolfninja

Hello @rudolfninja . No, unfortunately there is none. I would like to say that there is https://github.com/nextgis-borsch/lib_opencad repository with latest patches taken from GDAL project trunk, so it should be better t o use instead. API is the same.

Best regards, sandyre

sandyre avatar Mar 05 '19 16:03 sandyre

Thanks. I'll take a look on it

rudolfninja avatar Mar 06 '19 06:03 rudolfninja