|
CFx SDK Documentation 2026 SP0
|
#include "DbObject.h"#include "DbViewRepStandard.h"#include "ModelDocObjExports.h"#include "DbViewSymbol.h"#include "TD_PackPush.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdDbViewRep |
Typedefs | |
| typedef OdSmartPtr< OdDbViewRep > | OdDbViewRepPtr |
Functions | |
| MODELDOCOBJ_EXPORT int | odmdConvertViews (OdDbDatabase *db, OdString *idwWarning=0) |
| typedef OdSmartPtr<OdDbViewRep> OdDbViewRepPtr |
This template class is a specialization of the OdSmartPtr class for OdDbViewRep object pointers.
Definition at line 551 of file DbViewRep.h.
| MODELDOCOBJ_EXPORT int odmdConvertViews | ( | OdDbDatabase * | db, |
| OdString * | idwWarning = 0 ) |
Converts ODA-incompatible ModelDoc views to ODA-compatible form.
| db | [in] database in which to perform view conversion. |
| idwWarning | [out] optional pointer to string which receves .idw data reading warning. |