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

#include <AECGeNgCellAssignment.h>

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

Public Member Functions

OdUInt16 GetIndex ()
 
const OdStringGetName () const
 
void SetName (const OdString &strAssignmentName)
 
AECIndexSpecifierSubPtr GetIndexSpecifier () const
 
AECIndexSpecifierSubPtr CreateIndexSpecifier (AECIndexSpecifier::IndexSpecifierType eIndexSpecifierType)
 
void RemoveIndexSpecifier ()
 
OdUInt16 GetInfillIndex () const
 
void SetInfill (OdUInt16 iIndex)
 
AECGeGridAssemblyDefSubPtr GetGridDefinition () const
 
AECGeGridAssemblyDefSubPtr CreateGridDefinition ()
 
void RemoveGridDefinition ()
 
- 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

AECGeGridAssemblyDefPtr m_pGridDefinition
 
AECIndexSpecifierPtr m_pIndexSpecifier
 
OdUInt16 m_iCellAssignmentIndex
 
OdUInt16 m_iInfillIndex
 
OdString m_strAssignmentName
 
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

Nested Grid Cell Assignment.

<group TA_API_Subobjects_GeNg>

Definition at line 38 of file AECGeNgCellAssignment.h.

Member Function Documentation

◆ CreateGridDefinition()

AECGeGridAssemblyDefSubPtr AECGeNgCellAssignment::CreateGridDefinition ( )

Creates cell`s grid definition.

◆ CreateIndexSpecifier()

AECIndexSpecifierSubPtr AECGeNgCellAssignment::CreateIndexSpecifier ( AECIndexSpecifier::IndexSpecifierType  eIndexSpecifierType)

Creates default index specifier.

◆ GetGridDefinition()

AECGeGridAssemblyDefSubPtr AECGeNgCellAssignment::GetGridDefinition ( ) const

Returns cell`s grid definition.

◆ GetIndex()

OdUInt16 AECGeNgCellAssignment::GetIndex ( )

Returns cell assignment index.

◆ GetIndexSpecifier()

AECIndexSpecifierSubPtr AECGeNgCellAssignment::GetIndexSpecifier ( ) const

Returns index specifier.

Remarks
It describes for which cells the assignment should be applied.

◆ GetInfillIndex()

OdUInt16 AECGeNgCellAssignment::GetInfillIndex ( ) const

Returns infill index this assignment refers to.

◆ GetName()

const OdString& AECGeNgCellAssignment::GetName ( ) const

Returns cell assignment name.

◆ RemoveGridDefinition()

void AECGeNgCellAssignment::RemoveGridDefinition ( )

Removes cell`s grid definition.

◆ RemoveIndexSpecifier()

void AECGeNgCellAssignment::RemoveIndexSpecifier ( )

Removes index specifier.

◆ SetInfill()

void AECGeNgCellAssignment::SetInfill ( OdUInt16  iIndex)

Sets infill index of the given infill.

◆ SetName()

void AECGeNgCellAssignment::SetName ( const OdString strAssignmentName)

Sets cell assignment name.

Member Data Documentation

◆ m_bIndexCorrect

bool AECGeNgCellAssignment::m_bIndexCorrect
protected

Definition at line 121 of file AECGeNgCellAssignment.h.

◆ m_iCellAssignmentIndex

OdUInt16 AECGeNgCellAssignment::m_iCellAssignmentIndex
protected

Definition at line 111 of file AECGeNgCellAssignment.h.

◆ m_iInfillIndex

OdUInt16 AECGeNgCellAssignment::m_iInfillIndex
protected

Definition at line 114 of file AECGeNgCellAssignment.h.

◆ m_pGridDefinition

AECGeGridAssemblyDefPtr AECGeNgCellAssignment::m_pGridDefinition
protected

Definition at line 103 of file AECGeNgCellAssignment.h.

◆ m_pIndexSpecifier

AECIndexSpecifierPtr AECGeNgCellAssignment::m_pIndexSpecifier
protected

Definition at line 108 of file AECGeNgCellAssignment.h.

◆ m_strAssignmentName

OdString AECGeNgCellAssignment::m_strAssignmentName
protected

Definition at line 117 of file AECGeNgCellAssignment.h.


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