|
CFx SDK Documentation
2023 SP0
|
#include <AECCustomWindowBlock.h>
Public Types | |
| enum | BlockPosition { eFrameOutside = 0 , eFrameInside = 1 , eAll = 2 , eSingleIndex = 4 } |
Public Types inherited from AECCustomOpeningBlock | |
| enum | Display { eAlways = 0 , eWhenIntersectingCutPlane = 1 , eWhenAboveCutPlane = 2 , eWhenBelowCutPlane = 3 } |
Public Types inherited from AECDispCompEnt | |
| 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 | |
| BlockPosition | m_eComponentPos |
| OdUInt8 | m_iSingleIndex |
Protected Attributes inherited from AECCustomOpeningBlock | |
| OdDbHardPointerId | m_blockId |
| BlockFlags | m_uFlags |
| OdGeVector3d | m_vInsertionOffset |
| OdUInt8 | m_displayOption |
Protected Attributes inherited from AECDispCompEnt | |
| 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 () | |
Window custom block.
<group TA_API_Subobjects_Display_Components>
Definition at line 34 of file AECCustomWindowBlock.h.
Possible values for component position.
| Enumerator | |
|---|---|
| eFrameOutside | |
| eFrameInside | |
| eAll | |
| eSingleIndex | |
Definition at line 42 of file AECCustomWindowBlock.h.
| BlockPosition AECCustomWindowBlock::GetBlockPosition | ( | ) | const |
Returns custom block position.
| OdUInt8 AECCustomWindowBlock::GetSingleIndex | ( | ) | const |
Returns the index of the component.
| void AECCustomWindowBlock::SetBlockPosition | ( | BlockPosition | ePosition | ) |
Sets custom block position.
Sets the index of the component.
|
protected |
Definition at line 79 of file AECCustomWindowBlock.h.
|
protected |
Definition at line 83 of file AECCustomWindowBlock.h.