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

#include <AECStdSizeOpening.h>

Inheritance diagram for AECStdSizeOpening:
AECImpObj OdRxObjectImpl< OdRxObject, AECImpObj > OdRxObject

Public Member Functions

double GetWidth () const
 
void SetWidth (double dWidth)
 
double GetHeight () const
 
void SetHeight (double dHeight)
 
double GetRise () const
 
void SetRise (double dRise)
 
double GetLeaf () const
 
void SetLeaf (double dLeaf)
 
- 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

double m_dWidth
 
double m_dHeight
 
double m_dRise
 
double m_dLeaf
 
- 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

Standard Size.

<group TA_API_Subobjects_General>

Definition at line 34 of file AECStdSizeOpening.h.

Member Function Documentation

◆ GetHeight()

double AECStdSizeOpening::GetHeight ( ) const

Returns height.

◆ GetLeaf()

double AECStdSizeOpening::GetLeaf ( ) const

Returns leaf.

◆ GetRise()

double AECStdSizeOpening::GetRise ( ) const

Returns rise.

◆ GetWidth()

double AECStdSizeOpening::GetWidth ( ) const

Returns width.

◆ SetHeight()

void AECStdSizeOpening::SetHeight ( double  dHeight)

Sets height.

◆ SetLeaf()

void AECStdSizeOpening::SetLeaf ( double  dLeaf)

Sets leaf.

◆ SetRise()

void AECStdSizeOpening::SetRise ( double  dRise)

Sets rise.

◆ SetWidth()

void AECStdSizeOpening::SetWidth ( double  dWidth)

Sets width.

Member Data Documentation

◆ m_dHeight

double AECStdSizeOpening::m_dHeight
protected

Definition at line 84 of file AECStdSizeOpening.h.

◆ m_dLeaf

double AECStdSizeOpening::m_dLeaf
protected

Definition at line 90 of file AECStdSizeOpening.h.

◆ m_dRise

double AECStdSizeOpening::m_dRise
protected

Definition at line 87 of file AECStdSizeOpening.h.

◆ m_dWidth

double AECStdSizeOpening::m_dWidth
protected

Definition at line 81 of file AECStdSizeOpening.h.


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