CFx SDK Documentation  2023 SP0
Public Types | Public Member Functions | Protected Attributes | List of all members
AECGeNestedGridInfillDef Class Reference

#include <AECGeNestedGridInfillDef.h>

Inheritance diagram for AECGeNestedGridInfillDef:
AECImpObj OdRxObjectImpl< OdRxObject, AECImpObj > OdRxObject AECGeNestedGridInfillArch

Public Types

enum  Alignment { eCenter = 0 , eFront = 1 , eBack = 2 }
 

Public Member Functions

OdUInt16 GetIndex ()
 
const OdStringGetName () const
 
void SetName (const OdString &strInfillName)
 
Alignment GetAlignment () const
 
void SetAlignment (Alignment eAlignment)
 
double GetOffset () const
 
void SetOffset (double dOffset)
 
const OdDbObjectIdGetMaterial () const
 
void SetMaterial (const OdDbObjectId &id)
 
- Public Member Functions inherited from AECImpObj
const OdStringGetDescription () const
 
void SetDescription (const OdString &strDescription)
 
virtual void onObjectLoaded ()
 
virtual void SubClose ()
 DOM. More...
 
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. More...
 
void SetOwner (AECImpObj *pOwner)
 DOM. More...
 
class AECSIBase * GetImpl () const
 DOM. More...
 
virtual OdResult dwgInFieldsEx20 (AECDbDwgFiler *pFiler)
 DOM. More...
 
virtual OdResult dwgInFieldsEx1 (AECDbDwgFiler *pFiler)
 DOM. More...
 
- 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
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Protected Attributes

OdString m_strInfillName
 
OdUInt16 m_iInfillIndex
 
double m_dOffset
 
Alignment m_eAlignment
 
OdDbHardPointerId m_hpidMaterialDef
 
bool m_bIndexCorrect
 
- 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< AECImpObjcreateObject ()
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
- Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj >
 ODRX_HEAP_OPERATORS ()
 

Detailed Description

Abstract base class for Nested Grid Infill Definition.

<group TA_API_Subobjects_GeNg>

Definition at line 34 of file AECGeNestedGridInfillDef.h.

Member Enumeration Documentation

◆ Alignment

Alignment.

Enumerator
eCenter 
eFront 
eBack 

Definition at line 42 of file AECGeNestedGridInfillDef.h.

Member Function Documentation

◆ GetAlignment()

Alignment AECGeNestedGridInfillDef::GetAlignment ( ) const

Returns the alignment of the infill definition.

◆ GetIndex()

OdUInt16 AECGeNestedGridInfillDef::GetIndex ( )

Returns infill definition index.

◆ GetMaterial()

const OdDbObjectId& AECGeNestedGridInfillDef::GetMaterial ( ) const

Returns the Object ID of the material definition (AECDbMaterialDef) for Infill body.

◆ GetName()

const OdString& AECGeNestedGridInfillDef::GetName ( ) const

Returns infill definition name.

◆ GetOffset()

double AECGeNestedGridInfillDef::GetOffset ( ) const

Returns the offset.

◆ SetAlignment()

void AECGeNestedGridInfillDef::SetAlignment ( Alignment  eAlignment)

Sets the alignment of the infill definition.

◆ SetMaterial()

void AECGeNestedGridInfillDef::SetMaterial ( const OdDbObjectId id)

Sets the Object ID of the material definition (AECDbMaterialDef) for Infill body.

◆ SetName()

void AECGeNestedGridInfillDef::SetName ( const OdString strInfillName)

Sets infill definition name.

◆ SetOffset()

void AECGeNestedGridInfillDef::SetOffset ( double  dOffset)

Sets the offset.

Member Data Documentation

◆ m_bIndexCorrect

bool AECGeNestedGridInfillDef::m_bIndexCorrect
protected

Definition at line 115 of file AECGeNestedGridInfillDef.h.

◆ m_dOffset

double AECGeNestedGridInfillDef::m_dOffset
protected

Definition at line 105 of file AECGeNestedGridInfillDef.h.

◆ m_eAlignment

Alignment AECGeNestedGridInfillDef::m_eAlignment
protected

Definition at line 108 of file AECGeNestedGridInfillDef.h.

◆ m_hpidMaterialDef

OdDbHardPointerId AECGeNestedGridInfillDef::m_hpidMaterialDef
protected

Definition at line 111 of file AECGeNestedGridInfillDef.h.

◆ m_iInfillIndex

OdUInt16 AECGeNestedGridInfillDef::m_iInfillIndex
protected

Definition at line 102 of file AECGeNestedGridInfillDef.h.

◆ m_strInfillName

OdString AECGeNestedGridInfillDef::m_strInfillName
protected

Definition at line 99 of file AECGeNestedGridInfillDef.h.


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