|
CFx SDK Documentation
2023 SP0
|
#include <AECStairFlightSpan.h>
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 () | |
Protected Attributes inherited from AECImpObj | |
| class AECSIBase * | m_pImp |
| DOM. More... | |
| OdUInt16 | m_iMinSupportedVersion |
Stair Flight Span.
<group TA_API_Subobjects_Stair>
Definition at line 34 of file AECStairFlightSpan.h.
Returns the position of autolanding.
| OdUInt32 AECStairFlightSpan::GetAutoLandingCount | ( | ) | const |
Returns the number of auto-landings.
| OdUInt16 AECStairFlightSpan::GetEndComponent | ( | ) | const |
Returns the index of last component in span.
| double AECStairFlightSpan::GetLandingExtension | ( | ) | const |
Returns landing extension.
| double AECStairFlightSpan::GetLength | ( | ) | const |
Returns span length.
| OdUInt16 AECStairFlightSpan::GetMaxRiserCount | ( | ) | const |
Returns the maximum number of risers.
| OdUInt16 AECStairFlightSpan::GetMinRiserCount | ( | ) | const |
Returns the minimum number of risers.
| OdUInt16 AECStairFlightSpan::GetRiserCount | ( | ) | const |
Returns the number of risers.
| OdUInt16 AECStairFlightSpan::GetStartComponent | ( | ) | const |
Returns the index of first component in span.
| double AECStairFlightSpan::GetStartExtension | ( | ) | const |
Returns start extension.
| double AECStairFlightSpan::GetTread | ( | ) | const |
Returns tread length.
| bool AECStairFlightSpan::IsMaxLimit | ( | ) | const |
Returns whether flight has maximum riser limit.
| bool AECStairFlightSpan::IsMinLimit | ( | ) | const |
Returns whether flight has minimum riser limit.
Sets the index of last component in span.
| void AECStairFlightSpan::SetIsMaxLimit | ( | bool | bLimit | ) |
Sets whether flight has maximum riser limit.
| void AECStairFlightSpan::SetIsMinLimit | ( | bool | bLimit | ) |
Sets whether flight has minimum riser limit.
| void AECStairFlightSpan::SetLandingExtension | ( | double | dExtension | ) |
Sets landing extension.
| void AECStairFlightSpan::SetLength | ( | double | dLength | ) |
Sets span length.
Sets the index of first component in span.
| void AECStairFlightSpan::SetStartExtension | ( | double | dExtension | ) |
Sets start extension.
| void AECStairFlightSpan::SetTread | ( | double | dTread | ) |
Sets tread length.