|
CFx SDK Documentation 2024 SP0
|
#include <FxBIMFloor.h>
Public Member Functions | |
| virtual | ~CFxBIMFloor () |
| const OdString & | Name () const |
| bool | IsEqual (CFxBIMFloorPtr p) |
| const OdGePlane & | Plane () const |
| void | SetPlane (const OdGePlane &plane) |
| double | Height () const |
| void | SetHeight (double height) const |
| void | SetOriginalTransform (const OdGeMatrix3d &oTransfrom) |
| OdGeMatrix3d | GetOriginalTransfrom () const |
Static Public Member Functions | |
| static CFxBIMFloorPtr | Create (const OdString &name, const OdGePlane &plane, double height, const OdGeMatrix3d &transform) |
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 |
| OdGeMatrix3d CFxBIMFloor::GetOriginalTransfrom | ( | ) | const |
| double CFxBIMFloor::Height | ( | ) | const |
| bool CFxBIMFloor::IsEqual | ( | CFxBIMFloorPtr | p | ) |
| const OdString & CFxBIMFloor::Name | ( | ) | const |
| const OdGePlane & CFxBIMFloor::Plane | ( | ) | const |
| void CFxBIMFloor::SetHeight | ( | double | height | ) | const |
| void CFxBIMFloor::SetOriginalTransform | ( | const OdGeMatrix3d & | oTransfrom | ) |
|
friend |
Definition at line 28 of file FxBIMFloor.h.
|
protected |
Definition at line 52 of file FxBIMFloor.h.