CFx SDK Documentation
2023 SP0
|
#include <AECGeSlabEdge.h>
Protected Types | |
enum | { kHasStyle = 1 , kHasOverhang = 2 , kOrientation = 4 , kNew = 8 , kUpdateNeeded = 16 } |
DOM. More... | |
Protected Attributes | |
OdUInt16 | m_nId |
OdDbHardPointerId | m_slabEdgeStyleId |
double | m_dAngle |
double | m_dOverhang |
OdUInt8 | m_flags |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. More... | |
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 () | |
|
protected |
DOM.
Enumerator | |
---|---|
kHasStyle | |
kHasOverhang | |
kOrientation | |
kNew | |
kUpdateNeeded |
Definition at line 112 of file AECGeSlabEdge.h.
|
virtual |
OdRxObject::copyFrom override
Reimplemented from AECGeSegment2d.
double AECGeSlabEdge::GetAngle | ( | ) | const |
Returns the slope angle.
OdUInt16 AECGeSlabEdge::GetIndex | ( | ) | const |
Returns the Slab Edge index.
AECDefs::SlabEdgeOrientation AECGeSlabEdge::GetOrientation | ( | ) | const |
Returns the slope orientation.
double AECGeSlabEdge::GetOverhang | ( | ) | const |
Returns the overhang value.
OdDbObjectId AECGeSlabEdge::GetSlabEdgeStyle | ( | ) | const |
Returns the Object ID of Slab Edge Style (AECDbSlabEdgeStyle).
bool AECGeSlabEdge::IsNew | ( | ) | const |
bool AECGeSlabEdge::IsUpdateNeeded | ( | ) | const |
void AECGeSlabEdge::MarkNew | ( | bool | bNew | ) |
void AECGeSlabEdge::SetAngle | ( | double | dAngle | ) |
Sets slope angle.
void AECGeSlabEdge::SetOrientation | ( | AECDefs::SlabEdgeOrientation | eOrientation | ) |
Sets the slope orientation.
void AECGeSlabEdge::SetOverhang | ( | double | dOverhang | ) |
Sets the overhang value.
void AECGeSlabEdge::SetSlabEdgeStyle | ( | const OdDbObjectId & | id | ) |
Sets the Object ID of Slab Edge Style.
void AECGeSlabEdge::SetUpdateFlag | ( | bool | bUpdateNeeded | ) |
|
protected |
Definition at line 132 of file AECGeSlabEdge.h.
|
protected |
Definition at line 136 of file AECGeSlabEdge.h.
|
protected |
Definition at line 139 of file AECGeSlabEdge.h.
|
protected |
Definition at line 123 of file AECGeSlabEdge.h.
|
protected |
Definition at line 127 of file AECGeSlabEdge.h.