CFx SDK Documentation 2024 SP0
|
#include <AECGeSlabEdge.h>
Public Member Functions | |
OdUInt16 | GetIndex () const |
void | SetIndex (OdUInt16 iIndex) |
OdDbObjectId | GetSlabEdgeStyle () const |
void | SetSlabEdgeStyle (const OdDbObjectId &id) |
double | GetAngle () const |
void | SetAngle (double dAngle) |
double | GetOverhang () const |
void | SetOverhang (double dOverhang) |
AECDefs::SlabEdgeOrientation | GetOrientation () const |
void | SetOrientation (AECDefs::SlabEdgeOrientation eOrientation) |
void | MarkNew (bool bNew) |
bool | IsNew () const |
void | SetUpdateFlag (bool bUpdateNeeded) |
bool | IsUpdateNeeded () const |
virtual void | copyFrom (const OdRxObject *pSource) |
Public Member Functions inherited from AECGeSegment2d | |
AECDefs::SegmentType | GetType () const |
void | GetStartPoint (OdGePoint2d &ptStart) const |
void | GetEndPoint (OdGePoint2d &ptEnd) const |
double | GetBulge () const |
AECDefs::SegmentEdgePosition | GetPosition () const |
void | SetPosition (AECDefs::SegmentEdgePosition ePosition) |
bool | IsVisible () const |
void | SetVisible (bool bVisible) |
virtual OdUInt32 | GetSubsegmentCount () const |
AECAttributeSubPtr | GetAttribute () const |
void | SetAttribute (AECAttributePtr pAttr) |
virtual void | copyFrom (const OdRxObject *pSource) |
void | Get (FacetModeler::Segment2D &cSegment) const |
void | Set (const OdGePoint2d &ptStart, const OdGePoint2d &ptEnd, double dBulge=0) |
void | Set (const FacetModeler::Segment2D &cSegment) |
void | SetFullCircle (const OdGePoint2d &ptCenter, double dRadius, bool bClockwise) |
DOM. | |
Public Member Functions inherited from AECImpObj | |
const OdString & | GetDescription () const |
void | SetDescription (const OdString &strDescription) |
virtual void | onObjectLoaded () |
virtual void | SubClose () |
DOM. | |
OdRxObject * | GetOwner () const |
OdRxObject * | GetOwner (OdRxClass *pClass) const |
void | addRefSubPtr () |
void | releaseSubPtr () |
void | assertReadEnabled () const |
void | assertWriteEnabled (bool autoUndo=true, bool recordModified=true) |
bool | isReadEnabled () const |
bool | isWriteEnabled () const |
OdDbDatabase * | database () const |
void | copyFrom (const OdRxObject *pOther) |
virtual OdUInt16 | minSupportedVersion () const |
void | SetOwner (OdDbObject *pOwner) |
DOM. | |
void | SetOwner (AECImpObj *pOwner) |
DOM. | |
class AECSIBase * | GetImpl () const |
DOM. | |
virtual OdResult | dwgInFieldsEx20 (AECDbDwgFiler *pFiler) |
DOM. | |
virtual OdResult | dwgInFieldsEx1 (AECDbDwgFiler *pFiler) |
DOM. | |
Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
OdRxObjectImpl () | |
void | addRef () |
void | release () |
long | numRefs () const |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
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. | |
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.