CFx SDK Documentation 2024 SP0
|
#include <AECCustomRailingProfile.h>
Protected Attributes | |
OdDbHardPointerId | m_hpidProfileDef |
OdGePoint2d | m_p2dInsertionPoint |
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. | |
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 | |
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 profile.
<group TA_API_Subobjects_Display_Components>
Definition at line 36 of file AECCustomRailingProfile.h.
OdGeVector2d AECCustomRailingProfile::GetInsertionOffset | ( | const OdGeExtents2d & | extComponent | ) | const |
Returns the insertion offset.
const OdGePoint2d & AECCustomRailingProfile::GetInsertionPoint | ( | ) | const |
Returns insertion point.
OdDbObjectId AECCustomRailingProfile::GetProfile | ( | ) | const |
Returns the Object ID of profile definition.
void AECCustomRailingProfile::SetInsertionPoint | ( | const OdGePoint2d & | ptPoint | ) |
Sets insertion point.
void AECCustomRailingProfile::SetProfile | ( | const OdDbObjectId & | idProfile | ) |
Sets the Object ID of profile definition.
|
protected |
Definition at line 74 of file AECCustomRailingProfile.h.
|
protected |
Definition at line 77 of file AECCustomRailingProfile.h.