CFx SDK Documentation
2022 SP0
|
#include <FxBIMFloor.h>
Public Member Functions | |
virtual | ~CFxBIMFloor () |
const OdString & | Name () const |
double | Elevation () const |
bool | IsEqual (CFxBIMFloorPtr p) |
Static Public Member Functions | |
static CFxBIMFloorPtr | Create (const OdString &name, double elevation) |
Protected Member Functions | |
CFxBIMFloor () | |
Protected Member Functions inherited from CFxBIMObject | |
CFxBIMObject () | |
virtual | ~CFxBIMObject () |
Protected Attributes | |
std::shared_ptr< CFxBIMFloorImpl > | m_pImpl |
Friends | |
class | CFxBIMFloorImpl |
Definition at line 26 of file FxBIMFloor.h.
|
virtual |
|
protected |
|
static |
double CFxBIMFloor::Elevation | ( | ) | const |
bool CFxBIMFloor::IsEqual | ( | CFxBIMFloorPtr | p | ) |
const OdString& CFxBIMFloor::Name | ( | ) | const |
|
friend |
Definition at line 28 of file FxBIMFloor.h.
|
protected |
Definition at line 43 of file FxBIMFloor.h.