|
CFx SDK Documentation
2023 SP0
|
#include <AECCustomRailingBlock.h>
Protected Attributes | |
| OdGePoint3d | m_p3dInsertionPoint |
| OdDbHardPointerId | m_hpidCustomBlock |
Protected Attributes inherited from AECCustomRailingRepresentation | |
| GeometryFlags | m_uGeometryFlags |
| ComponentFlags | m_uComponentFlags |
| AttachTo | m_eAttachTo |
| OdUInt16 | m_iSelectionStart |
| OdUInt16 | m_iSelectionEnd |
| double | m_dRotateZ |
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 | |
Public Types inherited from AECCustomRailingRepresentation | |
| enum | AttachTo { eAll = 0 , eFirst = 1 , eLast = 2 , eSelection = 3 } |
| enum | XPosition { eXCenter = 0 , eXLeft = 1 , eXRight = 2 } |
| enum | YPosition { eYCenter = 0 , eYFront = 1 , eYBack = 2 } |
| enum | ZPosition { eZBottom = 0 , eZMiddle = 1 , eZTop = 2 } |
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 } |
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 () | |
Railing custom block.
<group TA_API_Subobjects_Display_Components>
Definition at line 35 of file AECCustomRailingBlock.h.
| OdDbObjectId AECCustomRailingBlock::GetBlock | ( | ) | const |
Returns the Object ID of ACAD block.
| OdGeVector3d AECCustomRailingBlock::GetInsertionOffset | ( | const OdGeExtents3d & | extComponent | ) | const |
Returns the insertion offset.
| const OdGePoint3d& AECCustomRailingBlock::GetInsertionPoint | ( | ) | const |
Returns insertion point.
| ZPosition AECCustomRailingBlock::GetZPosition | ( | ) | const |
Returns the position of insertion point along Z axis.
| bool AECCustomRailingBlock::IsAlignSlope | ( | ) | const |
Returns whether the slope is aligned for rotation.
| bool AECCustomRailingBlock::IsMirrorZ | ( | ) | const |
Returns whether the block is mirrored about Z axis.
| bool AECCustomRailingBlock::IsScaleToFitHeight | ( | ) | const |
Returns whether the block is scaled to fit height.
| bool AECCustomRailingBlock::IsShear | ( | ) | const |
Returns "Shear" flag for rotation.
| bool AECCustomRailingBlock::IsUseOrigin | ( | ) | const |
Returns whether the origin is used for rotation.
| void AECCustomRailingBlock::SetBlock | ( | const OdDbObjectId & | idBlock | ) |
Sets the Object ID of ACAD block.
| void AECCustomRailingBlock::SetInsertionPoint | ( | const OdGePoint3d & | ptPoint | ) |
Sets insertion point.
| void AECCustomRailingBlock::SetIsAlignSlope | ( | bool | bAlign | ) |
Sets whether the slope is aligned for rotation.
| void AECCustomRailingBlock::SetIsMirrorZ | ( | bool | bMirror | ) |
Sets whether the block is mirrored about Z axis.
| void AECCustomRailingBlock::SetIsScaleToFitHeight | ( | bool | bScale | ) |
Sets whether the block is scaled to fit height.
| void AECCustomRailingBlock::SetIsShear | ( | bool | bShare | ) |
Sets "Shear" flag for rotation.
| void AECCustomRailingBlock::SetIsUseOrigin | ( | bool | bUse | ) |
Sets whether the origin is used for rotation.
Sets the position of insertion point along Z axis.
|
protected |
Definition at line 134 of file AECCustomRailingBlock.h.
|
protected |
Definition at line 131 of file AECCustomRailingBlock.h.