|
CFx SDK Documentation 2024 SP0
|
#include <AECBase.h>
Public Member Functions | |
| AECBaseDatabase (OdDbDatabase *dDb) | |
| virtual | ~AECBaseDatabase () |
| void | Init () const |
| OdDbObjectId | GetAECBaseSettings (bool bInitIfNotExists=true) const |
| OdDbObjectId | SetAECBaseSettings (OdDbObjectId id) |
| OdDbObjectId | GetLayerByKey (const OdString &strKey) const |
| FacetModeler::DeviationParams | GetDeviation () const |
Protected Attributes | |
| OdDbDatabase * | m_pDb |
| AECBaseDatabase::AECBaseDatabase | ( | OdDbDatabase * | dDb | ) |
Constructor.
|
virtual |
Destructor.
| OdDbObjectId AECBaseDatabase::GetAECBaseSettings | ( | bool | bInitIfNotExists = true | ) | const |
Returns the Object ID of the AEC Base database settings.
| FacetModeler::DeviationParams AECBaseDatabase::GetDeviation | ( | ) | const |
Returns database deviation parameters.
| OdDbObjectId AECBaseDatabase::GetLayerByKey | ( | const OdString & | strKey | ) | const |
Returns Object ID of ACAD layer associated with specified AEC Layer Key.
| strKey | [in] AEC Layer Key. |
| void AECBaseDatabase::Init | ( | ) | const |
Initializes default database contents for AEC Base DRX.
| OdDbObjectId AECBaseDatabase::SetAECBaseSettings | ( | OdDbObjectId | id | ) |
Sets the Object ID of the AEC Base database settings.
|
protected |