freebsd-ports/cad/libopencad/pkg-plist
Dmitry Marakasov 7219fadffa 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
2016-12-26 14:29:06 +00:00

15 lines
376 B
Plaintext

bin/cadinfo
include/opencad/cadclasses.h
include/opencad/cadcolors.h
include/opencad/caddictionary.h
include/opencad/cadfile.h
include/opencad/cadfileio.h
include/opencad/cadgeometry.h
include/opencad/cadheader.h
include/opencad/cadlayer.h
include/opencad/cadobjects.h
include/opencad/cadtables.h
include/opencad/opencad.h
include/opencad/opencad_api.h
lib/libopencadstatic.a