Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Creating Custom Applications

DWGdirect Teigha provides the facilities for creating dynamically loaded custom modules, and custom objects derived from DWGdirect Teigha classes.

Creating a Custom Module

...

The shared library containing the subclass of OdRxModule, should be named named < application name >.drx, where < module name > is the same module name that is used to define the custom object classes in this context.

...