CFx SDK Documentation 2024 SP0
|
#include <AECStairFlightSpan.h>
Public Member Functions | |
double | GetLength () const |
void | SetLength (double dLength) |
OdUInt16 | GetRiserCount () const |
void | SetRiserCount (OdUInt16 iCount) |
OdUInt16 | GetStartComponent () const |
void | SetStartComponent (OdInt16 iIndex) |
OdUInt16 | GetEndComponent () const |
void | SetEndComponent (OdInt16 iIndex) |
bool | IsMinLimit () const |
void | SetIsMinLimit (bool bLimit) |
bool | IsMaxLimit () const |
void | SetIsMaxLimit (bool bLimit) |
OdUInt16 | GetMinRiserCount () const |
void | SetMinRiserCount (OdUInt16 iCount) |
OdUInt16 | GetMaxRiserCount () const |
void | SetMaxRiserCount (OdUInt16 iCount) |
double | GetLandingExtension () const |
void | SetLandingExtension (double dExtension) |
double | GetTread () const |
void | SetTread (double dTread) |
double | GetStartExtension () const |
void | SetStartExtension (double dExtension) |
OdUInt32 | GetAutoLandingCount () const |
OdUInt16 | GetAutoLandingByIndex (OdUInt32 iIndex) const |
Public Member Functions inherited from AECImpObj | |
const OdString & | GetDescription () const |
void | SetDescription (const OdString &strDescription) |
virtual void | onObjectLoaded () |
virtual void | SubClose () |
DOM. | |
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. | |
void | SetOwner (AECImpObj *pOwner) |
DOM. | |
class AECSIBase * | GetImpl () const |
DOM. | |
virtual OdResult | dwgInFieldsEx20 (AECDbDwgFiler *pFiler) |
DOM. | |
virtual OdResult | dwgInFieldsEx1 (AECDbDwgFiler *pFiler) |
DOM. | |
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 |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
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. | |
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.