|
CFx SDK Documentation
2023 SP0
|
#include <AECCustomDoorBlock.h>
Classes | |
| union | Flags |
| DOM. More... | |
Public Types | |
| enum | BlockPosition { eFrameOutside = 0 , eFrameInside = 1 , eLeafAll = 2 , eGlassAll = 4 , eLeafSingleIndex = 8 , eGlassSingleIndex = 16 } |
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 | |
| Flags | m_Flags |
| 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 () | |
Door custom block.
<group TA_API_Subobjects_Display_Components>
Definition at line 34 of file AECCustomDoorBlock.h.
Possible values for component position.
| Enumerator | |
|---|---|
| eFrameOutside | |
| eFrameInside | |
| eLeafAll | |
| eGlassAll | |
| eLeafSingleIndex | |
| eGlassSingleIndex | |
Definition at line 42 of file AECCustomDoorBlock.h.
| BlockPosition AECCustomDoorBlock::GetBlockPosition | ( | ) | const |
Returns custom block position.
| OdUInt8 AECCustomDoorBlock::GetSingleIndex | ( | ) | const |
Returns the index of the component.
| bool AECCustomDoorBlock::IsScaleDepthToPanelThickness | ( | ) | const |
Returns whether depth is scaled to panel thickness.
| void AECCustomDoorBlock::SetBlockPosition | ( | BlockPosition | ePosition | ) |
Sets custom block position.
| void AECCustomDoorBlock::SetIsScaleDepthToPanelThickness | ( | bool | bScale | ) |
Sets whether depth is scaled to panel thickness.
Sets the index of the component.
|
protected |
Definition at line 111 of file AECCustomDoorBlock.h.
|
protected |
Definition at line 114 of file AECCustomDoorBlock.h.