Skip to content
Aleksandr Borzikh edited this page Mar 24, 2016 · 1 revision

Welcome to the libdwgx wiki!

The lib has following structure:

To open .DWG file, there is a libdwgx::InitializeDWG ( const char * filename ) function. It returns the pointer to initialized DWG object (for detected file version), or nullptr if file format isnot supported (yet).

Clone this wiki locally