CFx SDK Documentation 2024 SP0
|
#include <AECDispCompHatch.h>
Protected Attributes | |
AECDefs::HatchType | m_eHatchType |
OdString | m_strName |
double | m_dUserDefinedSpacing |
double | m_dAngle |
AECDefs::HatchOrientation | m_eOrientation |
double | m_dCustomSpacing |
bool | m_bDoubleHatch |
OdGeVector2d | m_vOffset |
bool | m_bUnknown01 |
DOM. | |
double | m_dUnknown02 |
DOM. | |
double | m_dUnknown03 |
DOM. | |
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 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 () | |
Hatch Display Component.
<group TA_API_Subobjects_Display_Components>
Definition at line 35 of file AECDispCompHatch.h.
double AECDispCompHatch::GetAngle | ( | ) | const |
Returns the slant angle of the hatch.
double AECDispCompHatch::GetCustomSpacing | ( | ) | const |
Returns the scale spacing for predefined and custom hatch type.
AECDefs::HatchType AECDispCompHatch::GetHatchType | ( | ) | const |
Returns hatch type.
const OdString & AECDispCompHatch::GetName | ( | ) | const |
Returns the name of hatch pattern.
const OdGeVector2d & AECDispCompHatch::GetOffset | ( | ) | const |
Returns the offset for hatch pattern.
AECDefs::HatchOrientation AECDispCompHatch::GetOrientation | ( | ) | const |
Returns hatch orientation type.
double AECDispCompHatch::GetUserDefinedSpacing | ( | ) | const |
Returns the scale spacing for user defined hatch type.
bool AECDispCompHatch::IsDouble | ( | ) | const |
Returns whether the hatch is double.
void AECDispCompHatch::SetAngle | ( | double | dAngle | ) |
Sets the slant angle of the hatch.
void AECDispCompHatch::SetCustomSpacing | ( | double | dScale | ) |
Sets the scale spacing for predefined and custom hatch type.
void AECDispCompHatch::SetHatchType | ( | AECDefs::HatchType | eType | ) |
Sets hatch type.
void AECDispCompHatch::SetIsDouble | ( | bool | bDouble | ) |
Sets whether the hatch is double.
void AECDispCompHatch::SetOffset | ( | const OdGeVector2d & | vOffset | ) |
Sets the offset for hatch pattern.
void AECDispCompHatch::SetOrientation | ( | AECDefs::HatchOrientation | eOrientation | ) |
Sets hatch orientation type.
void AECDispCompHatch::SetUserDefinedSpacing | ( | double | dScale | ) |
Sets the scale spacing for user defined hatch type.
|
protected |
Definition at line 146 of file AECDispCompHatch.h.
|
protected |
DOM.
Definition at line 152 of file AECDispCompHatch.h.
|
protected |
Definition at line 136 of file AECDispCompHatch.h.
|
protected |
Definition at line 143 of file AECDispCompHatch.h.
|
protected |
DOM.
Definition at line 155 of file AECDispCompHatch.h.
|
protected |
DOM.
Definition at line 158 of file AECDispCompHatch.h.
|
protected |
Definition at line 133 of file AECDispCompHatch.h.
|
protected |
Definition at line 126 of file AECDispCompHatch.h.
|
protected |
Definition at line 140 of file AECDispCompHatch.h.
|
protected |
Definition at line 130 of file AECDispCompHatch.h.
|
protected |
Definition at line 149 of file AECDispCompHatch.h.