CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
DbViewRep.h File Reference
#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< OdDbViewRepOdDbViewRepPtr
 

Functions

MODELDOCOBJ_EXPORT int odmdConvertViews (OdDbDatabase *db, OdString *idwWarning=0)
 

Typedef Documentation

◆ OdDbViewRepPtr

This template class is a specialization of the OdSmartPtr class for OdDbViewRep object pointers.

Definition at line 551 of file DbViewRep.h.

Function Documentation

◆ odmdConvertViews()

MODELDOCOBJ_EXPORT int odmdConvertViews ( OdDbDatabase * db,
OdString * idwWarning = 0 )

Converts ODA-incompatible ModelDoc views to ODA-compatible form.

Parameters
db[in] database in which to perform view conversion.
idwWarning[out] optional pointer to string which receves .idw data reading warning.
Returns
the number of converted views
Remarks
If warning string is not empty it contatins the description of the .idw data reading error. Views still can be converted but some view style information may be lost.