CFx SDK Documentation 2024 SP0
|
#include <AECStairStringerCompDef.h>
Public Types | |
enum | StringerType { eSaddled = 1 , eHoused = 2 , eSlab = 3 , eRamp = 4 } |
enum | AlignmentType { eLeft = 1 , eRight = 2 , eCenter = 3 , eJustify = 4 } |
enum | CleanupType { eCleanup = 0 , eTruncate = 1 } |
Public Member Functions | |
const OdString & | GetName () const |
void | SetName (const OdString &strName) |
StringerType | GetStringerType () const |
void | SetStringerType (StringerType eType) |
AlignmentType | GetAlignmentType () const |
void | SetAlignmentType (AlignmentType eType) |
CleanupType | GetCleanupType () const |
void | SetCleanupType (CleanupType eType) |
double | GetOffset () const |
void | SetOffset (double dOffset) |
double | GetWidth () const |
void | SetWidth (double dWidth) |
double | GetFlightWaist () const |
void | SetFlightWaist (double dWaist) |
double | GetFlightTotal () const |
void | SetFlightTotal (double dTotal) |
double | GetLandingWaist () const |
void | SetLandingWaist (double dWaist) |
double | GetLandingTotal () const |
void | SetLandingTotal (double dTotal) |
const OdDbObjectId & | GetMaterial () const |
void | SetMaterial (const OdDbObjectId &id) |
Public Member Functions inherited from AECStairCompDef | |
OdUInt16 | GetIndex () const |
void | SetIndex (OdUInt16 iIndex) |
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 |
Protected Attributes | |
OdString | m_strName |
AlignmentType | m_uAlignment |
double | m_dOffset |
double | m_dWidth |
StringerType | m_uType |
double | m_dFlightTotal |
double | m_dFlightWaist |
double | m_dLandingTotal |
double | m_dLandingWaist |
OdDbHardPointerId | m_hpidMaterial |
CleanupType | m_eCleanup |
Protected Attributes inherited from AECStairCompDef | |
OdUInt16 | m_iIndex |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. | |
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 Stringer Component Definition.
<group TA_API_Subobjects_Stair>
Definition at line 34 of file AECStairStringerCompDef.h.
Types of alignment of stringers.
Enumerator | |
---|---|
eLeft | |
eRight | |
eCenter | |
eJustify |
Definition at line 60 of file AECStairStringerCompDef.h.
Possible cleanup types.
Enumerator | |
---|---|
eCleanup | |
eTruncate |
Definition at line 71 of file AECStairStringerCompDef.h.
Possible types of stringer.
Enumerator | |
---|---|
eSaddled | |
eHoused | |
eSlab | |
eRamp |
Definition at line 45 of file AECStairStringerCompDef.h.
AlignmentType AECStairStringerCompDef::GetAlignmentType | ( | ) | const |
Returns alignment type.
CleanupType AECStairStringerCompDef::GetCleanupType | ( | ) | const |
Returns cleanup type.
double AECStairStringerCompDef::GetFlightTotal | ( | ) | const |
Returns flight total value.
double AECStairStringerCompDef::GetFlightWaist | ( | ) | const |
Returns flight waist value.
double AECStairStringerCompDef::GetLandingTotal | ( | ) | const |
Returns landing total value.
double AECStairStringerCompDef::GetLandingWaist | ( | ) | const |
Returns landing waist value.
const OdDbObjectId & AECStairStringerCompDef::GetMaterial | ( | ) | const |
Returns the Object ID of the material definition (AECDbMaterialDef) for this component.
const OdString & AECStairStringerCompDef::GetName | ( | ) | const |
Returns stringer name.
double AECStairStringerCompDef::GetOffset | ( | ) | const |
Returns stringer offset.
StringerType AECStairStringerCompDef::GetStringerType | ( | ) | const |
Returns stringer type.
double AECStairStringerCompDef::GetWidth | ( | ) | const |
Returns stringer width.
void AECStairStringerCompDef::SetAlignmentType | ( | AlignmentType | eType | ) |
Sets alignment type.
void AECStairStringerCompDef::SetCleanupType | ( | CleanupType | eType | ) |
Sets cleanup type.
void AECStairStringerCompDef::SetFlightTotal | ( | double | dTotal | ) |
Sets flight total value.
void AECStairStringerCompDef::SetFlightWaist | ( | double | dWaist | ) |
Sets flight waist value.
void AECStairStringerCompDef::SetLandingTotal | ( | double | dTotal | ) |
Sets landing total value.
void AECStairStringerCompDef::SetLandingWaist | ( | double | dWaist | ) |
Sets landing waist value.
void AECStairStringerCompDef::SetMaterial | ( | const OdDbObjectId & | id | ) |
Sets the Object ID of the material definition (AECDbMaterialDef) for this component.
void AECStairStringerCompDef::SetOffset | ( | double | dOffset | ) |
Sets stringer offset.
void AECStairStringerCompDef::SetStringerType | ( | StringerType | eType | ) |
Sets stringer type.
void AECStairStringerCompDef::SetWidth | ( | double | dWidth | ) |
Sets stringer width.
|
protected |
Definition at line 213 of file AECStairStringerCompDef.h.
|
protected |
Definition at line 216 of file AECStairStringerCompDef.h.
|
protected |
Definition at line 219 of file AECStairStringerCompDef.h.
|
protected |
Definition at line 222 of file AECStairStringerCompDef.h.
|
protected |
Definition at line 204 of file AECStairStringerCompDef.h.
|
protected |
Definition at line 207 of file AECStairStringerCompDef.h.
|
protected |
Definition at line 228 of file AECStairStringerCompDef.h.
|
protected |
Definition at line 225 of file AECStairStringerCompDef.h.
|
protected |
Definition at line 198 of file AECStairStringerCompDef.h.
|
protected |
Definition at line 201 of file AECStairStringerCompDef.h.
|
protected |
Definition at line 210 of file AECStairStringerCompDef.h.