In addition to the set of libraries required for developing any application,
ODA BimRv SDK contains optional libraries — modules — that are required
for implementing specific features, such as rendering support and others. ODA BimRv SDK
provides only shared modules.
Loading Shared Optional Modules
If your application intends to use dynamic module (.tx, .txv), just put the
proper module file in the application folder. The module will be loaded on demand
(for example, when the module is needed to materialize a custom object being loaded
from file) or it can be loaded explicitly by calling OdRxDynamicLinker::loadModule()
with the module's name as a parameter. For example to load TB_Loader_Base module, which
contains base loading mechanisms: