CFx SDK Documentation 2024 SP0
|
#include <AECGeSlabFace.h>
Public Member Functions | |
AECGeProfileSubPtr | GetGeProfile () const |
void | Init (const OdGeSegmentChain2d &rBase) |
void | Init (const FacetModeler::Profile2D &rBase) |
OdUInt16 | GetId () const |
void | SetId (OdUInt16 nId) |
void | SetUpdateFlag (bool bUpdateIsNeeded) |
bool | IsUpdateNeeded () const |
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 |
Static Public Member Functions | |
static AECGeSlabFacePtr | Create (const OdGeSegmentChain2d &rPolyline) |
static AECGeSlabFacePtr | Create (const FacetModeler::Profile2D &rContour) |
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 Types | |
enum | { kUpdateNeeded = 1 } |
Protected Attributes | |
AECGeProfilePtr | m_pGeProfile |
OdUInt16 | m_nId |
OdUInt16 | m_nCurrentMaxLoopId |
OdUInt8 | m_flags |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. | |
OdUInt16 | m_iMinSupportedVersion |
Additional Inherited Members | |
Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
ODRX_HEAP_OPERATORS () | |
|
protected |
Enumerator | |
---|---|
kUpdateNeeded |
Definition at line 85 of file AECGeSlabFace.h.
|
static |
Creates AEC Profile.
|
static |
Creates AEC Profile.
AECGeProfileSubPtr AECGeSlabFace::GetGeProfile | ( | ) | const |
Returns the flat profile of the slab.
OdUInt16 AECGeSlabFace::GetId | ( | ) | const |
void AECGeSlabFace::Init | ( | const FacetModeler::Profile2D & | rBase | ) |
Initializes slab profile.
void AECGeSlabFace::Init | ( | const OdGeSegmentChain2d & | rBase | ) |
Initializes slab profile.
bool AECGeSlabFace::IsUpdateNeeded | ( | ) | const |
void AECGeSlabFace::SetUpdateFlag | ( | bool | bUpdateIsNeeded | ) |
|
protected |
Definition at line 88 of file AECGeSlabFace.h.
|
protected |
Definition at line 83 of file AECGeSlabFace.h.
|
protected |
Definition at line 81 of file AECGeSlabFace.h.
|
protected |
Definition at line 79 of file AECGeSlabFace.h.