|
CFx SDK Documentation 2024 SP0
|
#include <IfcCore.h>
Public Member Functions | |
| virtual void | initApp () |
| virtual void | uninitApp () |
| OdResult | registerSchemaModule (OdExpSchemaModule *expSchemaModule) |
| bool | isCDAEnabled () |
An abstract class that provides the interface for a module that implements core IFC functionality.
|
virtual |
Initializes the core IFC module.
| bool OdIfcCoreModule::isCDAEnabled | ( | ) |
Retrieves whether the Common Data Access interface is available for the core IFC module.
| OdResult OdIfcCoreModule::registerSchemaModule | ( | OdExpSchemaModule * | expSchemaModule | ) |
Registers a module implements the support of an appropriate IFC schema.
| expSchemaModule | [in] A raw pointer to a module that supports the work with the schema. |
|
virtual |
De-initializes the core IFC module.