CFx SDK Documentation
2023 SP0
|
#include <AECGeGridAssemblyDef.h>
Protected Attributes | |
AECImpArray | m_aBoundaryEdgeAssignments |
AECImpArray | m_aInternalEdgeAssignments |
AECImpArray | m_aCellAssignments |
AECGeNgCellAssignmentPtr | m_pDefaultCellAssignment |
AECGeNgEdgeAssignmentPtr | m_pDefaultBoundaryEdgeAssignment |
AECGeNgEdgeAssignmentPtr | m_pDefaultInternalEdgeAssignment |
OdString | m_strDivisionName |
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< 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 definition.
<group TA_API_Subobjects_GeNg>
Definition at line 39 of file AECGeGridAssemblyDef.h.
AECGeNgCellAssignmentSubPtr AECGeGridAssemblyDef::GetCellAssignmentByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns cell assignment by index.
AECGeNgCellAssignmentSubPtr AECGeGridAssemblyDef::GetCellAssignmentByInternalIndex | ( | OdUInt16 | iIndex | ) |
Returns cell assignment by internal index.
Returns null pointer if cell assignment with this index was not found.
OdUInt32 AECGeGridAssemblyDef::GetCellAssignmentCount | ( | ) | const |
Returns the number of cell assignments.
AECImpArraySubPtr AECGeGridAssemblyDef::GetCellAssignments | ( | ) | const |
Returns the array of cell assignments.
AECGeNgEdgeAssignmentSubPtr AECGeGridAssemblyDef::GetDefaultBoundaryEdgeAssignment | ( | ) | const |
Returns default boundary edge assignment.
AECGeNgCellAssignmentSubPtr AECGeGridAssemblyDef::GetDefaultCellAssignment | ( | ) | const |
Returns default cell assignment.
AECGeNgEdgeAssignmentSubPtr AECGeGridAssemblyDef::GetDefaultInternalEdgeAssignment | ( | ) | const |
Returns default internal edge assignment.
AECGeNgEdgeAssignmentSubPtr AECGeGridAssemblyDef::GetFrameEdgeAssignmentByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns boundary edge assignment by index.
AECGeNgEdgeAssignmentSubPtr AECGeGridAssemblyDef::GetFrameEdgeAssignmentByInternalIndex | ( | OdUInt16 | iIndex | ) |
Returns boundary edge assignment by internal index.
Returns null pointer if frame edge assignment with this index was not found.
OdUInt32 AECGeGridAssemblyDef::GetFrameEdgeAssignmentCount | ( | ) | const |
Returns the number of boundary edge assignments.
AECImpArraySubPtr AECGeGridAssemblyDef::GetFrameEdgeAssignments | ( | ) | const |
Returns the array of frame edge assignment.
AECGeNgEdgeAssignmentSubPtr AECGeGridAssemblyDef::GetMullionEdgeAssignmentByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns internal edge assignment by index.
AECGeNgEdgeAssignmentSubPtr AECGeGridAssemblyDef::GetMullionEdgeAssignmentByInternalIndex | ( | OdUInt16 | iIndex | ) |
Returns internal edge assignment by internal index.
Returns null pointer if mullion edge assignment with this index was not found.
OdUInt32 AECGeGridAssemblyDef::GetMullionEdgeAssignmentCount | ( | ) | const |
Returns the number of internal edge assignments.
AECImpArraySubPtr AECGeGridAssemblyDef::GetMullionEdgeAssignments | ( | ) | const |
Returns the array of mullion edge assignment.
const OdString& AECGeGridAssemblyDef::GetName | ( | ) | const |
Returns the name of division this object describes.
Sets the name of division this object describes.
|
protected |
Definition at line 155 of file AECGeGridAssemblyDef.h.
|
protected |
Definition at line 161 of file AECGeGridAssemblyDef.h.
|
protected |
Definition at line 158 of file AECGeGridAssemblyDef.h.
|
protected |
Definition at line 167 of file AECGeGridAssemblyDef.h.
|
protected |
Definition at line 164 of file AECGeGridAssemblyDef.h.
|
protected |
Definition at line 170 of file AECGeGridAssemblyDef.h.
|
protected |
Definition at line 173 of file AECGeGridAssemblyDef.h.