|
CFx SDK Documentation
2023 SP0
|
#include <AECGeCustomGrid.h>
Protected Attributes | |
| OdUInt32 | m_iNextSegmentIndex |
| OdUInt32 | m_iNextNodeIndex |
| OdUInt32 | m_iNextCellIndex |
| OdUInt32 | m_flags |
| AECImpArray | m_aSegments |
| AECImpArray | m_aNodes |
| AECImpArray | m_aCells |
Protected Attributes inherited from AECGeGridAssemblyDef | |
| 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 () | |
| OdUInt32 AECGeCustomGrid::GetNextNodeIndex | ( | ) | const |
Returns the index to assign to next node created within custom grid.
| OdUInt32 AECGeCustomGrid::GetNextNodeIndexInc | ( | ) |
Returns the index to assign to next node created within custom grid and increases it by one.
| OdUInt32 AECGeCustomGrid::GetNextSegmentIndex | ( | ) | const |
Returns the index to assign to next segment created within custom grid.
| OdUInt32 AECGeCustomGrid::GetNextSegmentIndexInc | ( | ) |
Returns the index to assign to next segment created within custom grid and increases it by one.
| AECCustomGridNodeSubPtr AECGeCustomGrid::GetNodeByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns custom grid node by internal index.
| AECCustomGridNodeSubPtr AECGeCustomGrid::GetNodeByPosition | ( | OdUInt32 | iIndex | ) | const |
Returns custom grid node by position.
| OdUInt32 AECGeCustomGrid::GetNodeCount | ( | ) | const |
Returns the number of nodes in custom grid.
| AECImpArraySubPtr AECGeCustomGrid::GetNodes | ( | ) | const |
Returns the array of nodes.
| AECGeCustomGridSegmentSubPtr AECGeCustomGrid::GetSegmentByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns custom grid segment by internal index.
| AECGeCustomGridSegmentSubPtr AECGeCustomGrid::GetSegmentByPosition | ( | OdUInt32 | iIndex | ) | const |
Returns custom grid segment by position.
| OdUInt32 AECGeCustomGrid::GetSegmentCount | ( | ) | const |
Returns the number of segments in custom grid.
| AECImpArraySubPtr AECGeCustomGrid::GetSegments | ( | ) | const |
Returns the array of segments.
| void AECGeCustomGrid::RegenerateNodes | ( | ) |
Regenerates nodes using segment locations.
|
protected |
Definition at line 151 of file AECGeCustomGrid.h.
|
protected |
Definition at line 148 of file AECGeCustomGrid.h.
|
protected |
Definition at line 145 of file AECGeCustomGrid.h.
|
protected |
Definition at line 142 of file AECGeCustomGrid.h.
|
protected |
Definition at line 139 of file AECGeCustomGrid.h.
|
protected |
Definition at line 136 of file AECGeCustomGrid.h.
|
protected |
Definition at line 133 of file AECGeCustomGrid.h.