CFx SDK Documentation
2023 SP0
|
#include <AECDispCompEnt.h>
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 } |
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< 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 () | |
Common Display Component.
<group TA_API_Subobjects_Display_Components>
Definition at line 35 of file AECDispCompEnt.h.
The position along X axis.
Enumerator | |
---|---|
exLeft | |
exCenter | |
exRight |
Definition at line 49 of file AECDispCompEnt.h.
The position along Y axis.
Enumerator | |
---|---|
eyFront | |
eyCenter | |
eyBack |
Definition at line 59 of file AECDispCompEnt.h.
The position along Z axis.
Enumerator | |
---|---|
ezBottom | |
ezCenter | |
ezTop |
Definition at line 69 of file AECDispCompEnt.h.
const OdCmColor& AECDispCompEnt::GetColor | ( | ) | const |
Returns the color of display component.
OdDbObjectId AECDispCompEnt::GetLayer | ( | ) | const |
Returns the Object ID of layer.
OdDbObjectId AECDispCompEnt::GetLinetype | ( | ) | const |
Returns the Object ID of linetype.
OdDb::LineWeight AECDispCompEnt::GetLineWeight | ( | ) | const |
Returns the line weight of the display component.
double AECDispCompEnt::GetLtScale | ( | ) | const |
Returns the linetype scaling factor.
OdDbObjectId AECDispCompEnt::GetPlotStyle | ( | ) | const |
Returns the Object ID of plot style (OdDbPlaceHolder).
OdDb::PlotStyleNameType AECDispCompEnt::GetPlotStyleNameType | ( | ) | const |
Returns plot style name type.
bool AECDispCompEnt::IsByMaterial | ( | ) | const |
Returns "By Material" flag.
bool AECDispCompEnt::IsVisible | ( | ) | const |
Returns whether the display component is visible.
bool AECDispCompEnt::MayBeByMaterial | ( | ) | const |
Returns whether the component may have "By Material" flag.
|
virtual |
DOM.
void AECDispCompEnt::SetIsByMaterial | ( | bool | bByMaterial | ) |
Sets "By Material" flag.
void AECDispCompEnt::SetIsVisible | ( | bool | bVisible | ) |
Sets whether the display component is visible.
void AECDispCompEnt::SetLayer | ( | const OdDbObjectId & | idLayer | ) |
Sets the Object ID of layer.
void AECDispCompEnt::SetLinetype | ( | const OdDbObjectId & | idLinetype | ) |
Sets the Object ID of linetype.
void AECDispCompEnt::SetLineWeight | ( | OdDb::LineWeight | eLineWeight | ) |
Sets the line weight of the display component.
void AECDispCompEnt::SetLtScale | ( | double | dScale | ) |
Sets the linetype scaling factor.
void AECDispCompEnt::SetMayBeByMaterial | ( | bool | bMayBeByMaterial | ) |
Sets whether the component may have "By Material" flag.
void AECDispCompEnt::SetPlotStyle | ( | const OdDbObjectId & | idPlotStyle | ) |
Sets the Object ID of plot style (OdDbPlaceHolder).
void AECDispCompEnt::SetPlotStyleNameType | ( | OdDb::PlotStyleNameType | eType | ) |
Sets plot style name type.
|
protected |
Definition at line 251 of file AECDispCompEnt.h.
|
protected |
Definition at line 244 of file AECDispCompEnt.h.
|
protected |
Definition at line 250 of file AECDispCompEnt.h.
|
protected |
Definition at line 263 of file AECDispCompEnt.h.
|
protected |
Definition at line 260 of file AECDispCompEnt.h.
|
protected |
Definition at line 266 of file AECDispCompEnt.h.
|
protected |
Definition at line 247 of file AECDispCompEnt.h.
|
protected |
Definition at line 254 of file AECDispCompEnt.h.
|
protected |
Definition at line 269 of file AECDispCompEnt.h.
|
protected |
Definition at line 272 of file AECDispCompEnt.h.
|
protected |
DOM.
Definition at line 281 of file AECDispCompEnt.h.
|
protected |
DOM.
Definition at line 275 of file AECDispCompEnt.h.
|
protected |
DOM.
Definition at line 278 of file AECDispCompEnt.h.