CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Types | Protected Attributes | List of all members
AECGeSlabFace Class Reference

#include <AECGeSlabFace.h>

Inheritance diagram for AECGeSlabFace:
AECImpObj OdRxObjectImpl< OdRxObject, AECImpObj > OdRxObject

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 OdStringGetDescription () const
 
void SetDescription (const OdString &strDescription)
 
virtual void onObjectLoaded ()
 
virtual void SubClose ()
 DOM.
 
OdRxObjectGetOwner () const
 
OdRxObjectGetOwner (OdRxClass *pClass) const
 
void addRefSubPtr ()
 
void releaseSubPtr ()
 
void assertReadEnabled () const
 
void assertWriteEnabled (bool autoUndo=true, bool recordModified=true)
 
bool isReadEnabled () const
 
bool isWriteEnabled () const
 
OdDbDatabasedatabase () 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 OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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< AECImpObjcreateObject ()
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 

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 ()
 

Detailed Description

Slab Face.

<group TA_API_Subobjects_Ge>

Definition at line 38 of file AECGeSlabFace.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
protected
Enumerator
kUpdateNeeded 

Definition at line 85 of file AECGeSlabFace.h.

Member Function Documentation

◆ Create() [1/2]

static AECGeSlabFacePtr AECGeSlabFace::Create ( const FacetModeler::Profile2D rContour)
static

Creates AEC Profile.

◆ Create() [2/2]

static AECGeSlabFacePtr AECGeSlabFace::Create ( const OdGeSegmentChain2d rPolyline)
static

Creates AEC Profile.

◆ GetGeProfile()

AECGeProfileSubPtr AECGeSlabFace::GetGeProfile ( ) const

Returns the flat profile of the slab.

◆ GetId()

OdUInt16 AECGeSlabFace::GetId ( ) const

◆ Init() [1/2]

void AECGeSlabFace::Init ( const FacetModeler::Profile2D rBase)

Initializes slab profile.

◆ Init() [2/2]

void AECGeSlabFace::Init ( const OdGeSegmentChain2d rBase)

Initializes slab profile.

◆ IsUpdateNeeded()

bool AECGeSlabFace::IsUpdateNeeded ( ) const

◆ SetId()

void AECGeSlabFace::SetId ( OdUInt16  nId)

◆ SetUpdateFlag()

void AECGeSlabFace::SetUpdateFlag ( bool  bUpdateIsNeeded)

Member Data Documentation

◆ m_flags

OdUInt8 AECGeSlabFace::m_flags
protected

Definition at line 88 of file AECGeSlabFace.h.

◆ m_nCurrentMaxLoopId

OdUInt16 AECGeSlabFace::m_nCurrentMaxLoopId
protected

Definition at line 83 of file AECGeSlabFace.h.

◆ m_nId

OdUInt16 AECGeSlabFace::m_nId
protected

Definition at line 81 of file AECGeSlabFace.h.

◆ m_pGeProfile

AECGeProfilePtr AECGeSlabFace::m_pGeProfile
protected

Definition at line 79 of file AECGeSlabFace.h.


The documentation for this class was generated from the following file: