DGNLib 1.11 review

Download
by rbytes.net on

DGNLib is a small C/C++ library for reading and writing DGN files. Building: This is a preliminary source distribution, and I h

License: MIT/X Consortium License
File size: 144K
Developer: Frank Warmerdam
0 stars award from rbytes.net

DGNLib is a small C/C++ library for reading and writing DGN files.

Building:

This is a preliminary source distribution, and I have not gone to any pains to make it easy to configure and build. To build please do the following:

1. Update cpl_config.h to represent your platform accurately. Generally all that matters is to #define WORDS_BIGENDIAN on big endian platforms. The rest can likely be ignored.

2. Compile the sample program. On unix this can be accomplished something like:

% gcc dgndump.c *.cpp -lm -o dgndump

What's New in This Release:
This release adds support for Bsplines, shared cell definitions, and text nodes.
3d solids and surfaces have been fixed.

DGNLib 1.11 keywords