 | CycleGrid Class |
Inheritance Hierarchy Namespace: LynceeTec.API.CycleAssembly: LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntaxpublic ref class CycleGrid
The CycleGrid type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Axes |
List of the CycleAxis objects that this grid will iterate over.
|
 | Item |
Gets a single coordinate location, e.g. [2,1], from this grid
|
Top
Methods | Name | Description |
---|
 | AddAxis |
Adds another axis to the grid. Checks that the same axis is not there twice.
|
 | All |
Iterate over all the positions in the grid.
Traverses the axes in order from first to last, i.e. [0,0], [0,1], ... [0,n], [1,0], [1,1], ... [1,n], ...
|
Top
See Also