CFx SDK Documentation 2024 SP0
|
#include <AECCustomOpenFillerBlock.h>
Classes | |
union | Flags |
DOM. More... | |
Public Types | |
enum | BlockPosition { eFrameOutside = 0 , eFrameInside = 1 } |
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_BlockFlags |
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. | |
OdString | m_unknSmartStrValue |
DOM. | |
OdInt32 | m_iUnknown1 |
DOM. | |
Protected Attributes inherited from AECDispComp | |
bool | m_bApplicable |
bool | m_bInherited |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. | |
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 () | |
Open Filler custom block.
<group TA_API_Subobjects_Display_Components>
Definition at line 34 of file AECCustomOpenFillerBlock.h.
Enumerates block positions.
Enumerator | |
---|---|
eFrameOutside | |
eFrameInside |
Definition at line 42 of file AECCustomOpenFillerBlock.h.
BlockPosition AECCustomOpenFillerBlock::GetBlockPosition | ( | ) | const |
Returns the position of custom block.
void AECCustomOpenFillerBlock::SetBlockPosition | ( | BlockPosition | ePosition | ) |
Sets the position of custom block.
|
protected |
Definition at line 79 of file AECCustomOpenFillerBlock.h.