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

#include <AECDispCompEnt.h>

Inheritance diagram for AECDispCompEnt:
AECDispComp AECImpObj OdRxObjectImpl< OdRxObject, AECImpObj > OdRxObject AECCustomMemberBlock AECCustomOpeningBlock AECCustomRailingRepresentation AECDispComp2dSection AECDispCompGaCustom AECDispCompHatch AECMuntinsBlock AECCustomDoorBlock AECCustomOpenFillerBlock AECCustomWindowBlock AECCustomRailingBlock AECCustomRailingProfile AECDoorMuntinsBlock AECWindowMuntinsBlock

Classes

union  BlockFlags
 DOM. More...
 
union  MaterialFlags
 DOM. More...
 

Public Types

enum  XPosition { exLeft = 0 , exCenter = 1 , exRight = 2 }
 
enum  YPosition { eyFront = 0 , eyCenter = 1 , eyBack = 2 }
 
enum  ZPosition { ezBottom = 0 , ezCenter = 1 , ezTop = 2 }
 

Public Member Functions

virtual void SetDbProperties (const OdDbDatabase *pDb)
 DOM. More...
 
bool IsVisible () const
 
void SetIsVisible (bool bVisible)
 
const OdCmColorGetColor () const
 
void SetColor (const OdCmColor &cColor)
 
OdDbObjectId GetLayer () const
 
void SetLayer (const OdDbObjectId &idLayer)
 
OdDbObjectId GetLinetype () const
 
void SetLinetype (const OdDbObjectId &idLinetype)
 
OdDb::LineWeight GetLineWeight () const
 
void SetLineWeight (OdDb::LineWeight eLineWeight)
 
double GetLtScale () const
 
void SetLtScale (double dScale)
 
OdDb::PlotStyleNameType GetPlotStyleNameType () const
 
void SetPlotStyleNameType (OdDb::PlotStyleNameType eType)
 
OdDbObjectId GetPlotStyle () const
 
void SetPlotStyle (const OdDbObjectId &idPlotStyle)
 
bool MayBeByMaterial () const
 
void SetMayBeByMaterial (bool bMayBeByMaterial)
 
bool IsByMaterial () const
 
void SetIsByMaterial (bool bByMaterial)
 
- 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

bool m_bVisible
 
OdDbHardPointerId m_hpidDbLayerTableRecord
 
OdCmColor m_cColor
 
bool m_bNoneColor
 
OdDbHardPointerId m_hpidDbLineTypeTableRecord
 
OdDb::LineWeight m_eLineWeight
 
double m_dLtScale
 
OdDb::PlotStyleNameType m_ePlotStyleName
 
OdDbHardPointerId m_hpidPlotStyle
 
MaterialFlags m_iMaterialFlags
 
OdUInt32 m_unknSmartStrID
 DOM. More...
 
OdString m_unknSmartStrValue
 DOM. More...
 
OdInt32 m_iUnknown1
 DOM. More...
 
- Protected Attributes inherited from AECDispComp
bool m_bApplicable
 
bool m_bInherited
 
- 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

Common Display Component.

<group TA_API_Subobjects_Display_Components>

Definition at line 35 of file AECDispCompEnt.h.

Member Enumeration Documentation

◆ XPosition

The position along X axis.

Enumerator
exLeft 
exCenter 
exRight 

Definition at line 49 of file AECDispCompEnt.h.

◆ YPosition

The position along Y axis.

Enumerator
eyFront 
eyCenter 
eyBack 

Definition at line 59 of file AECDispCompEnt.h.

◆ ZPosition

The position along Z axis.

Enumerator
ezBottom 
ezCenter 
ezTop 

Definition at line 69 of file AECDispCompEnt.h.

Member Function Documentation

◆ GetColor()

const OdCmColor& AECDispCompEnt::GetColor ( ) const

Returns the color of display component.

◆ GetLayer()

OdDbObjectId AECDispCompEnt::GetLayer ( ) const

Returns the Object ID of layer.

◆ GetLinetype()

OdDbObjectId AECDispCompEnt::GetLinetype ( ) const

Returns the Object ID of linetype.

◆ GetLineWeight()

OdDb::LineWeight AECDispCompEnt::GetLineWeight ( ) const

Returns the line weight of the display component.

◆ GetLtScale()

double AECDispCompEnt::GetLtScale ( ) const

Returns the linetype scaling factor.

◆ GetPlotStyle()

OdDbObjectId AECDispCompEnt::GetPlotStyle ( ) const

Returns the Object ID of plot style (OdDbPlaceHolder).

◆ GetPlotStyleNameType()

OdDb::PlotStyleNameType AECDispCompEnt::GetPlotStyleNameType ( ) const

Returns plot style name type.

◆ IsByMaterial()

bool AECDispCompEnt::IsByMaterial ( ) const

Returns "By Material" flag.

◆ IsVisible()

bool AECDispCompEnt::IsVisible ( ) const

Returns whether the display component is visible.

◆ MayBeByMaterial()

bool AECDispCompEnt::MayBeByMaterial ( ) const

Returns whether the component may have "By Material" flag.

◆ SetColor()

void AECDispCompEnt::SetColor ( const OdCmColor cColor)

Sets the color of display component.

◆ SetDbProperties()

virtual void AECDispCompEnt::SetDbProperties ( const OdDbDatabase pDb)
virtual

DOM.

◆ SetIsByMaterial()

void AECDispCompEnt::SetIsByMaterial ( bool  bByMaterial)

Sets "By Material" flag.

◆ SetIsVisible()

void AECDispCompEnt::SetIsVisible ( bool  bVisible)

Sets whether the display component is visible.

◆ SetLayer()

void AECDispCompEnt::SetLayer ( const OdDbObjectId idLayer)

Sets the Object ID of layer.

◆ SetLinetype()

void AECDispCompEnt::SetLinetype ( const OdDbObjectId idLinetype)

Sets the Object ID of linetype.

◆ SetLineWeight()

void AECDispCompEnt::SetLineWeight ( OdDb::LineWeight  eLineWeight)

Sets the line weight of the display component.

◆ SetLtScale()

void AECDispCompEnt::SetLtScale ( double  dScale)

Sets the linetype scaling factor.

◆ SetMayBeByMaterial()

void AECDispCompEnt::SetMayBeByMaterial ( bool  bMayBeByMaterial)

Sets whether the component may have "By Material" flag.

Remarks
For internal use only.

◆ SetPlotStyle()

void AECDispCompEnt::SetPlotStyle ( const OdDbObjectId idPlotStyle)

Sets the Object ID of plot style (OdDbPlaceHolder).

◆ SetPlotStyleNameType()

void AECDispCompEnt::SetPlotStyleNameType ( OdDb::PlotStyleNameType  eType)

Sets plot style name type.

Member Data Documentation

◆ m_bNoneColor

bool AECDispCompEnt::m_bNoneColor
protected

Definition at line 251 of file AECDispCompEnt.h.

◆ m_bVisible

bool AECDispCompEnt::m_bVisible
protected

Definition at line 244 of file AECDispCompEnt.h.

◆ m_cColor

OdCmColor AECDispCompEnt::m_cColor
protected

Definition at line 250 of file AECDispCompEnt.h.

◆ m_dLtScale

double AECDispCompEnt::m_dLtScale
protected

Definition at line 263 of file AECDispCompEnt.h.

◆ m_eLineWeight

OdDb::LineWeight AECDispCompEnt::m_eLineWeight
protected

Definition at line 260 of file AECDispCompEnt.h.

◆ m_ePlotStyleName

OdDb::PlotStyleNameType AECDispCompEnt::m_ePlotStyleName
protected

Definition at line 266 of file AECDispCompEnt.h.

◆ m_hpidDbLayerTableRecord

OdDbHardPointerId AECDispCompEnt::m_hpidDbLayerTableRecord
protected

Definition at line 247 of file AECDispCompEnt.h.

◆ m_hpidDbLineTypeTableRecord

OdDbHardPointerId AECDispCompEnt::m_hpidDbLineTypeTableRecord
protected

Definition at line 254 of file AECDispCompEnt.h.

◆ m_hpidPlotStyle

OdDbHardPointerId AECDispCompEnt::m_hpidPlotStyle
protected

Definition at line 269 of file AECDispCompEnt.h.

◆ m_iMaterialFlags

MaterialFlags AECDispCompEnt::m_iMaterialFlags
protected

Definition at line 272 of file AECDispCompEnt.h.

◆ m_iUnknown1

OdInt32 AECDispCompEnt::m_iUnknown1
protected

DOM.

Definition at line 281 of file AECDispCompEnt.h.

◆ m_unknSmartStrID

OdUInt32 AECDispCompEnt::m_unknSmartStrID
protected

DOM.

Definition at line 275 of file AECDispCompEnt.h.

◆ m_unknSmartStrValue

OdString AECDispCompEnt::m_unknSmartStrValue
protected

DOM.

Definition at line 278 of file AECDispCompEnt.h.


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