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

#include <AECGeNgEdgeAssignment.h>

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

Public Member Functions

OdUInt16 GetIndex ()
 
const OdStringGetName () const
 
void SetName (const OdString &strAssignmentName)
 
AECIndexSpecifierPtr GetIndexSpecifier () const
 
AECIndexSpecifierSubPtr CreateIndexSpecifier (AECIndexSpecifier::IndexSpecifierType eIndexSpecifierType)
 
void RemoveIndexSpecifier ()
 
OdUInt16 GetEdgeDefinitionIndex () const
 
void SetEdgeDefinition (OdUInt16 iIndex)
 
- 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

AECIndexSpecifierPtr m_pIndexSpecifier
 
OdUInt16 m_iEdgeAssignmentIndex
 
OdUInt16 m_iEdgeDefinitionIndex
 
OdUInt16 m_flags
 
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 Edge Assignment.

<group TA_API_Subobjects_GeNg>

Definition at line 35 of file AECGeNgEdgeAssignment.h.

Member Function Documentation

◆ CreateIndexSpecifier()

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

Creates default index specifier of the needed type.

◆ GetEdgeDefinitionIndex()

OdUInt16 AECGeNgEdgeAssignment::GetEdgeDefinitionIndex ( ) const

Returns edge definition index this assignment refers to.

◆ GetIndex()

OdUInt16 AECGeNgEdgeAssignment::GetIndex ( )

Returns edge assignment index.

◆ GetIndexSpecifier()

AECIndexSpecifierPtr AECGeNgEdgeAssignment::GetIndexSpecifier ( ) const

Returns index specifier.

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

◆ GetName()

const OdString& AECGeNgEdgeAssignment::GetName ( ) const

Returns edge assignment name.

◆ RemoveIndexSpecifier()

void AECGeNgEdgeAssignment::RemoveIndexSpecifier ( )

Removes index specifier.

◆ SetEdgeDefinition()

void AECGeNgEdgeAssignment::SetEdgeDefinition ( OdUInt16  iIndex)

Sets edge definition index of the given edge definition.

◆ SetName()

void AECGeNgEdgeAssignment::SetName ( const OdString strAssignmentName)

Sets edge assignment name.

Member Data Documentation

◆ m_bIndexCorrect

bool AECGeNgEdgeAssignment::m_bIndexCorrect
protected

Definition at line 101 of file AECGeNgEdgeAssignment.h.

◆ m_flags

OdUInt16 AECGeNgEdgeAssignment::m_flags
protected

Definition at line 94 of file AECGeNgEdgeAssignment.h.

◆ m_iEdgeAssignmentIndex

OdUInt16 AECGeNgEdgeAssignment::m_iEdgeAssignmentIndex
protected

Definition at line 88 of file AECGeNgEdgeAssignment.h.

◆ m_iEdgeDefinitionIndex

OdUInt16 AECGeNgEdgeAssignment::m_iEdgeDefinitionIndex
protected

Definition at line 91 of file AECGeNgEdgeAssignment.h.

◆ m_pIndexSpecifier

AECIndexSpecifierPtr AECGeNgEdgeAssignment::m_pIndexSpecifier
protected

Definition at line 85 of file AECGeNgEdgeAssignment.h.

◆ m_strAssignmentName

OdString AECGeNgEdgeAssignment::m_strAssignmentName
protected

Definition at line 97 of file AECGeNgEdgeAssignment.h.


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