CFx SDK Documentation 2024 SP0
|
#include <AECGaComponentSet.h>
Protected Attributes | |
OdUInt16 | m_iNextComponentIndex |
AECImpArray | m_aInfillComponents |
AECImpArray | m_aDivisionComponents |
AECImpArray | m_aFrameComponents |
AECImpArray | m_aMullionComponents |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. | |
OdUInt16 | m_iMinSupportedVersion |
Additional Inherited Members | |
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 Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
ODRX_HEAP_OPERATORS () | |
Grid Assembly component set.
<group TA_API_Subobjects_Ga>
Definition at line 44 of file AECGaComponentSet.h.
AECGeNestedGridDivisionSubPtr AECGaComponentSet::GetDivisionByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns the division by index.
Throws:
Cause eInvalidIndex Specified index is out of bounds
AECGeNestedGridDivisionSubPtr AECGaComponentSet::GetDivisionByInternalIndex | ( | OdUInt16 | iIndex | ) | const |
Returns the division by internal index.
OdUInt32 AECGaComponentSet::GetDivisionCount | ( | ) | const |
Returns the number of divisions.
AECImpArraySubPtr AECGaComponentSet::GetDivisions | ( | ) | const |
Returns the array of the divisions.
AECGeNestedGridEdgeDefSubPtr AECGaComponentSet::GetFrameComponentByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns the frame component by index.
Throws:
Cause eInvalidIndex Specified index is out of bounds
AECGeNestedGridEdgeDefSubPtr AECGaComponentSet::GetFrameComponentByInternalIndex | ( | OdUInt16 | iIndex | ) | const |
Returns the frame component by internal boundary edge index.
OdUInt32 AECGaComponentSet::GetFrameComponentCount | ( | ) | const |
Returns the number of frame components.
AECImpArraySubPtr AECGaComponentSet::GetFrameComponents | ( | ) | const |
Returns the array of frame components.
AECGeNestedGridInfillDefSubPtr AECGaComponentSet::GetInfillComponentByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns the infill component by index.
Throws:
Cause eInvalidIndex Specified index is out of bounds
AECGeNestedGridInfillDefSubPtr AECGaComponentSet::GetInfillComponentByInternalIndex | ( | OdUInt16 | iIndex | ) | const |
Returns the infill component by internal index.
OdUInt32 AECGaComponentSet::GetInfillComponentCount | ( | ) | const |
Returns the number of infill components.
AECImpArraySubPtr AECGaComponentSet::GetInfillDefs | ( | ) | const |
Returns the array of the infill components.
AECGeNestedGridEdgeDefSubPtr AECGaComponentSet::GetMullionComponentByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns the mullion component by index.
Throws:
Cause eInvalidIndex Specified index is out of bounds
AECGeNestedGridEdgeDefSubPtr AECGaComponentSet::GetMullionComponentByInternalIndex | ( | OdUInt16 | iIndex | ) | const |
Returns the mullion component by internal mullion edge index.
OdUInt32 AECGaComponentSet::GetMullionComponentCount | ( | ) | const |
Returns the number of mullion components.
AECImpArraySubPtr AECGaComponentSet::GetMullions | ( | ) | const |
Returns the array of mullion components.
OdUInt16 AECGaComponentSet::GetNextIndex | ( | ) | const |
Returns the index to assign to the newly created component within this component set.
OdUInt16 AECGaComponentSet::GetNextIndexInc | ( | ) |
Same as GetNextIndex method. This variant increases next index by one.
|
protected |
Definition at line 186 of file AECGaComponentSet.h.
|
protected |
Definition at line 189 of file AECGaComponentSet.h.
|
protected |
Definition at line 183 of file AECGaComponentSet.h.
|
protected |
Definition at line 192 of file AECGaComponentSet.h.
|
protected |
Definition at line 180 of file AECGaComponentSet.h.