DGNLib 1.11 review
DownloadDGNLib is a small C/C++ library for reading and writing DGN files. Building: This is a preliminary source distribution, and I h
|
|
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