|
CFx SDK Documentation
2023 SP0
|
#include <AECStairCalculatorData.h>
Public Member Functions | |
| double | GetHeight () const |
| void | SetHeight (double dHeight) |
| AECDefs::StairCalculatorType | GetType () const |
| void | SetType (AECDefs::StairCalculatorType eType) |
| double | GetLength () const |
| void | SetLength (double dLength) |
| double | GetRiser () const |
| void | SetRiser (double dRiser) |
| double | GetTread () const |
| void | SetTread (double dTread) |
| double | GetCalcValue () const |
| void | SetCalcValue (double dValue) |
| double | GetNosingLength () const |
| void | SetNosingLength (double dNosingLength) |
| double | GetTreadThickness () const |
| void | SetTreadThickness (double dThickness) |
| double | GetRiserThickness () const |
| void | SetRiserThickness (double dThickness) |
| double | GetLandingThickness () const |
| void | SetLandingThickness (double dThickness) |
| OdUInt32 | GetRiserCount () const |
| void | SetRiserCount (OdUInt32 iCount) |
| double | GetFloorTopDepth () const |
| void | SetFloorTopDepth (double dDepth) |
| double | GetFloorBottomDepth () const |
| void | SetFloorBottomDepth (double dDepth) |
| double | GetFloorTopOffset () const |
| void | SetFloorTopOffset (double dOffset) |
| double | GetFloorBottomOffset () const |
| void | SetFloorBottomOffset (double dOffset) |
| double | GetSideClearance () const |
| void | SetSideClearance (double dClearance) |
| double | GetHeadroomHeight () const |
| void | SetHeadroomHeight (double dHeight) |
| bool | IsDisplayRisers () const |
| void | SetIsDisplayRisers (bool bDisplay) |
| bool | IsDisplayTreads () const |
| void | SetIsDisplayTreads (bool bDisplay) |
Public Member Functions inherited from AECImpObj | |
| const OdString & | GetDescription () const |
| void | SetDescription (const OdString &strDescription) |
| virtual void | onObjectLoaded () |
| virtual void | SubClose () |
| DOM. More... | |
| OdRxObject * | GetOwner () const |
| OdRxObject * | GetOwner (OdRxClass *pClass) const |
| void | addRefSubPtr () |
| void | releaseSubPtr () |
| void | assertReadEnabled () const |
| void | assertWriteEnabled (bool autoUndo=true, bool recordModified=true) |
| bool | isReadEnabled () const |
| bool | isWriteEnabled () const |
| OdDbDatabase * | database () const |
| void | copyFrom (const OdRxObject *pOther) |
| virtual OdUInt16 | minSupportedVersion () const |
| void | SetOwner (OdDbObject *pOwner) |
| DOM. More... | |
| void | SetOwner (AECImpObj *pOwner) |
| DOM. More... | |
| class AECSIBase * | GetImpl () const |
| DOM. More... | |
| virtual OdResult | dwgInFieldsEx20 (AECDbDwgFiler *pFiler) |
| DOM. More... | |
| virtual OdResult | dwgInFieldsEx1 (AECDbDwgFiler *pFiler) |
| DOM. More... | |
Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
| OdRxObjectImpl () | |
| void | addRef () |
| void | release () |
| long | numRefs () const |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Attributes | |
| AECImpObjPtr | m_pImpObject |
Protected Attributes inherited from AECImpObj | |
| class AECSIBase * | m_pImp |
| DOM. More... | |
| OdUInt16 | m_iMinSupportedVersion |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
| static OdSmartPtr< AECImpObj > | createObject () |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
| ODRX_HEAP_OPERATORS () | |
Stair Calculator Data.
<group TA_API_Subobjects_Stair>
Definition at line 35 of file AECStairCalculatorData.h.
| double AECStairCalculatorData::GetCalcValue | ( | ) | const |
Returns calculation value.
| double AECStairCalculatorData::GetFloorBottomDepth | ( | ) | const |
Returns the distance between floor and stairs at the bottom.
| double AECStairCalculatorData::GetFloorBottomOffset | ( | ) | const |
Returns the offset of stairs from floor at the bottom.
| double AECStairCalculatorData::GetFloorTopDepth | ( | ) | const |
Returns the distance between floor and stairs at the top.
| double AECStairCalculatorData::GetFloorTopOffset | ( | ) | const |
Returns the offset of stairs from floor at the top.
| double AECStairCalculatorData::GetHeadroomHeight | ( | ) | const |
Returns the headroom height.
| double AECStairCalculatorData::GetHeight | ( | ) | const |
Returns the height of the stair.
| double AECStairCalculatorData::GetLandingThickness | ( | ) | const |
Returns the thickness of the landings.
| double AECStairCalculatorData::GetLength | ( | ) | const |
Returns the length of the stair.
| double AECStairCalculatorData::GetNosingLength | ( | ) | const |
Returns nosing length
| double AECStairCalculatorData::GetRiser | ( | ) | const |
Returns the height of one riser.
| OdUInt32 AECStairCalculatorData::GetRiserCount | ( | ) | const |
Returns the number of risers in the stair.
| double AECStairCalculatorData::GetRiserThickness | ( | ) | const |
Returns the thickness of one riser.
| double AECStairCalculatorData::GetSideClearance | ( | ) | const |
Returns the side clearance.
| double AECStairCalculatorData::GetTread | ( | ) | const |
Returns the length of one tread.
| double AECStairCalculatorData::GetTreadThickness | ( | ) | const |
Returns the thickness of one tread.
| AECDefs::StairCalculatorType AECStairCalculatorData::GetType | ( | ) | const |
Returns the type of calculation rule.
| bool AECStairCalculatorData::IsDisplayRisers | ( | ) | const |
Returns whether it is needed to display risers.
| bool AECStairCalculatorData::IsDisplayTreads | ( | ) | const |
Returns whether it is needed to display risers.
| void AECStairCalculatorData::SetCalcValue | ( | double | dValue | ) |
Sets calculation value.
| void AECStairCalculatorData::SetFloorBottomDepth | ( | double | dDepth | ) |
Sets the distance between floor and stairs at the bottom.
| void AECStairCalculatorData::SetFloorBottomOffset | ( | double | dOffset | ) |
Sets the offset of stairs from floor at the bottom.
| void AECStairCalculatorData::SetFloorTopDepth | ( | double | dDepth | ) |
Sets the distance between floor and stairs at the top.
| void AECStairCalculatorData::SetFloorTopOffset | ( | double | dOffset | ) |
Sets the offset of stairs from floor at the top.
| void AECStairCalculatorData::SetHeadroomHeight | ( | double | dHeight | ) |
Sets the headroom height.
| void AECStairCalculatorData::SetHeight | ( | double | dHeight | ) |
Sets the height of the stair.
| void AECStairCalculatorData::SetIsDisplayRisers | ( | bool | bDisplay | ) |
Sets whether it is needed to display risers.
| void AECStairCalculatorData::SetIsDisplayTreads | ( | bool | bDisplay | ) |
Sets whether it is needed to display risers.
| void AECStairCalculatorData::SetLandingThickness | ( | double | dThickness | ) |
Sets the thickness of the landings.
| void AECStairCalculatorData::SetLength | ( | double | dLength | ) |
Sets the length of the stair.
| void AECStairCalculatorData::SetNosingLength | ( | double | dNosingLength | ) |
Sets nosing length.
| void AECStairCalculatorData::SetRiser | ( | double | dRiser | ) |
Sets the height of one riser.
Sets the number of risers in the stair.
| void AECStairCalculatorData::SetRiserThickness | ( | double | dThickness | ) |
Sets the thickness of one riser.
| void AECStairCalculatorData::SetSideClearance | ( | double | dClearance | ) |
Sets the side clearance.
| void AECStairCalculatorData::SetTread | ( | double | dTread | ) |
Sets the length of one tread.
| void AECStairCalculatorData::SetTreadThickness | ( | double | dThickness | ) |
Sets the thickness of one tread.
| void AECStairCalculatorData::SetType | ( | AECDefs::StairCalculatorType | eType | ) |
Sets the type of calculation rule.
|
protected |
Definition at line 232 of file AECStairCalculatorData.h.