CFx SDK Documentation  2023 SP0
Public Member Functions | Protected Attributes | List of all members
AECStairComponent Class Reference

#include <AECStairComponent.h>

Inheritance diagram for AECStairComponent:
AECImpObj OdRxObjectImpl< OdRxObject, AECImpObj > OdRxObject AECStairCustomComponent AECStairFlight AECStairTurn

Public Member Functions

void ToggleLeftSide (bool bCustomizationOn)
 
AECGePolyline2dSubPtr GetLeftSide () const
 
void ToggleRightSide (bool bCustomizationOn)
 
AECGePolyline2dSubPtr GetRightSide () const
 
virtual void GetContour (FacetModeler::Contour2D &rContour) const
 
void SetWidth (double dWidth)
 
- Public Member Functions inherited from AECImpObj
const OdStringGetDescription () const
 
void SetDescription (const OdString &strDescription)
 
virtual void onObjectLoaded ()
 
virtual void SubClose ()
 DOM. More...
 
OdRxObjectGetOwner () const
 
OdRxObjectGetOwner (OdRxClass *pClass) const
 
void addRefSubPtr ()
 
void releaseSubPtr ()
 
void assertReadEnabled () const
 
void assertWriteEnabled (bool autoUndo=true, bool recordModified=true)
 
bool isReadEnabled () const
 
bool isWriteEnabled () const
 
OdDbDatabasedatabase () 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 OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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< AECImpObjcreateObject ()
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
- Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj >
 ODRX_HEAP_OPERATORS ()
 

Detailed Description

Stair Component.

<group TA_API_Subobjects_Stair>

Definition at line 35 of file AECStairComponent.h.

Member Function Documentation

◆ GetContour()

virtual void AECStairComponent::GetContour ( FacetModeler::Contour2D rContour) const
virtual

Returns components`s baseline.

Reimplemented in AECStairTurn, and AECStairFlight.

◆ GetLeftSide()

AECGePolyline2dSubPtr AECStairComponent::GetLeftSide ( ) const

Returns custom polyline for left side of component.

Remarks
Null pointer returned indicates that customization is off.

◆ GetRightSide()

AECGePolyline2dSubPtr AECStairComponent::GetRightSide ( ) const

Returns polyline corresponding to the right side of the component.

Remarks
Null pointer returned indicates that customization is off.

◆ SetWidth()

void AECStairComponent::SetWidth ( double  dWidth)

Sets the width of the component.

◆ ToggleLeftSide()

void AECStairComponent::ToggleLeftSide ( bool  bCustomizationOn)

Either adds or removes custom left side.

◆ ToggleRightSide()

void AECStairComponent::ToggleRightSide ( bool  bCustomizationOn)

Either adds or removes custom right side.

Member Data Documentation

◆ m_pImpObject

AECImpObjPtr AECStairComponent::m_pImpObject
protected

Definition at line 79 of file AECStairComponent.h.


The documentation for this class was generated from the following file: