| 
    CFx SDK Documentation 2024 SP0
    
   | 
 
#include <AECCustomMemberBlock.h>
  
Public Types | |
| enum | FitType { eNo = 0 , eScaleToFit = 1 , eSpaceEvently = 2 } | 
| enum | Display { eAlways = 0 , eWhenIntersectingCutPlane = 1 , eWhenAboveCutPlane = 2 , eWhenBelowCutPlane = 3 } | 
| enum | OperationType { eAdditive , eSubtractive , eNone } | 
  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 | |
| OdDbHardPointerId | m_hpidBlock | 
| BlockFlags | m_uFlags | 
| OdGeVector3d | m_vInsertionOffset | 
| double | m_dStartOffset | 
| double | m_dEndOffset | 
| double | m_dSpaceBetween | 
| OdUInt8 | m_eDisplay | 
| OdUInt8 | m_eOpType | 
| OdUInt32Array | m_aComponents | 
  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 () | |
Structural Member custom block.
<group TA_API_Subobjects_Display_Components>
Definition at line 36 of file AECCustomMemberBlock.h.
Display condition.
| Enumerator | |
|---|---|
| eAlways | |
| eWhenIntersectingCutPlane | |
| eWhenAboveCutPlane | |
| eWhenBelowCutPlane | |
Definition at line 57 of file AECCustomMemberBlock.h.
Fit type.
| Enumerator | |
|---|---|
| eNo | |
| eScaleToFit | |
| eSpaceEvently | |
Definition at line 47 of file AECCustomMemberBlock.h.
| Enumerator | |
|---|---|
| eAdditive | |
| eSubtractive | |
| eNone | |
Definition at line 65 of file AECCustomMemberBlock.h.
| OdDbObjectId AECCustomMemberBlock::GetBlock | ( | ) | const | 
Returns the Object ID of ACAD block.
| Display AECCustomMemberBlock::GetDisplayCondition | ( | ) | const | 
Returns display condition.
| double AECCustomMemberBlock::GetEndOffsetX | ( | ) | const | 
Returns the end offset along X axis.
| FitType AECCustomMemberBlock::GetFit | ( | ) | const | 
Returns fit type.
| const OdGeVector3d & AECCustomMemberBlock::GetInsertionOffset | ( | ) | const | 
Returns the offset of insertion point.
| double AECCustomMemberBlock::GetSpaceBetween | ( | ) | const | 
Returns the gap between blocks along X axis.
| double AECCustomMemberBlock::GetStartOffsetX | ( | ) | const | 
Returns the start offset along X axis.
| XPosition AECCustomMemberBlock::GetXPosition | ( | ) | const | 
Returns the position of insertion point along X axis.
| bool AECCustomMemberBlock::IsMirrorX | ( | ) | const | 
Returns whether the block is mirrored about X axis.
| bool AECCustomMemberBlock::IsMirrorY | ( | ) | const | 
Returns whether the block is mirrored about Y axis.
| bool AECCustomMemberBlock::IsMirrorZ | ( | ) | const | 
Returns whether the block is mirrored about Z axis.
| bool AECCustomMemberBlock::IsRepeatBlockDisplay | ( | ) | const | 
Returns whether block display is repeated.
| OperationType AECCustomMemberBlock::operationType | ( | ) | const | 
| void AECCustomMemberBlock::SetBlock | ( | const OdDbObjectId & | idBlock | ) | 
Sets the Object ID of ACAD block.
Sets display condition.
| void AECCustomMemberBlock::SetEndOffsetX | ( | double | dOffset | ) | 
Sets the end offset along X axis.
| void AECCustomMemberBlock::SetInsertionOffset | ( | const OdGeVector3d & | vOffset | ) | 
Sets the offset of insertion point.
| void AECCustomMemberBlock::SetIsMirrorX | ( | bool | bMirror | ) | 
Sets whether the block is mirrored about X axis.
| void AECCustomMemberBlock::SetIsMirrorY | ( | bool | bMirror | ) | 
Sets whether the block is mirrored about Y axis.
| void AECCustomMemberBlock::SetIsMirrorZ | ( | bool | bMirror | ) | 
Sets whether the block is mirrored about Z axis.
| void AECCustomMemberBlock::SetIsRepeatBlockDisplay | ( | bool | bRepeat | ) | 
Sets whether block display is repeated.
| void AECCustomMemberBlock::SetOperationType | ( | OperationType | operationType | ) | 
| void AECCustomMemberBlock::SetSpaceBetween | ( | double | dSpace | ) | 
Sets the gap between blocks along X axis.
| void AECCustomMemberBlock::SetStartOffsetX | ( | double | dOffset | ) | 
Sets the start offset along X axis.
Sets the position of insertion point along X axis.
      
  | 
  protected | 
Definition at line 226 of file AECCustomMemberBlock.h.
      
  | 
  protected | 
Definition at line 216 of file AECCustomMemberBlock.h.
      
  | 
  protected | 
Definition at line 219 of file AECCustomMemberBlock.h.
      
  | 
  protected | 
Definition at line 213 of file AECCustomMemberBlock.h.
      
  | 
  protected | 
Definition at line 222 of file AECCustomMemberBlock.h.
      
  | 
  protected | 
Definition at line 225 of file AECCustomMemberBlock.h.
      
  | 
  protected | 
Definition at line 204 of file AECCustomMemberBlock.h.
      
  | 
  protected | 
Definition at line 207 of file AECCustomMemberBlock.h.
      
  | 
  protected | 
Definition at line 210 of file AECCustomMemberBlock.h.