/[ports]
ViewVC logotype

Revision 429524


Jump to revision: Previous Next
Author: amdmi3
Date: Mon Dec 26 14:29:06 2016 UTC (7 years, 6 months ago)
Changed paths: 10
Log Message:
Libopencad is a library written in C++11, which provides a way to
read/write CAD  (DWG/DXF/DXFB) files. It was designed to have a
uniformal API to work with any CAD files.

It has a base class - CADFile.

Inheriting this class it's possible to create a driver for any CAD
format, all you need to do - is to overwrite interface functions
like GetGeometry(index), and others.

Now it has an implementation for DWG2000 (R15), but only for read.

Library comes with cadinfo utility, which prints out everything
library can get from file - header variables, CAD custom classes,
presented layers and geometries with their attributes.

WWW: https://trac.osgeo.org/gdal/wiki/DWG_driver

PR:		212129
Submitted by:	lbartoletti@tuxfamily.org


Changed paths

Path Details
Directoryhead/cad/Makefile modified , text changed
Directoryhead/cad/libopencad/ added
Directoryhead/cad/libopencad/Makefile added
Directoryhead/cad/libopencad/distinfo added
Directoryhead/cad/libopencad/files/ added
Directoryhead/cad/libopencad/files/patch-lib_cadheader.cpp added
Directoryhead/cad/libopencad/files/patch-lib_cadheader.h added
Directoryhead/cad/libopencad/files/patch-tests_CMakeLists.txt added
Directoryhead/cad/libopencad/pkg-descr added
Directoryhead/cad/libopencad/pkg-plist added

  ViewVC Help
Powered by ViewVC 1.1.27