|
CFx SDK Documentation 2026 SP0
|
#include <FxBIMProject.h>
Public Types | |
| enum | BimStatusFlags { eUndefined = 0x0 , eNotBim = 0x1 , eModel = 0x2 , eDrawing = 0x4 , eSheet = 0x8 } |
Static Public Member Functions | |
| static BimStatusFlags | BimStatusFlag (const CFxBIMStoragePtr pStorage) |
| static BimStatusFlags | BimStatus (OdDbDatabase *pDb) |
| static OdString | ModelDatabaseName (OdDbDatabase *pDb) |
| static OdDbDatabase * | ModelDatabase (OdDbDatabase *pDb) |
| static OdDbDatabase * | OpenDatabase (const OdString &fileName) |
| static void | CloseDatabase (OdDbDatabase *pDb) |
| static void | SaveDatabase (OdDbDatabase *pDb) |
| static bool | GetSectionAndDrawingDb (OdDbObjectId idViewport, CFxBIMSectionPtr &ptrSection, OdDbDatabase *&pDrawingDb, CFxBIMSectionViewPtr &ptrSV) |
Definition at line 14 of file FxBIMProject.h.
| Enumerator | |
|---|---|
| eUndefined | |
| eNotBim | |
| eModel | |
| eDrawing | |
| eSheet | |
Definition at line 17 of file FxBIMProject.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |