Click or drag to resize

CycleGrid Class

A helper class to create and manage a grid of RelativeCyclePositions.
Inheritance Hierarchy
SystemObject
  LynceeTec.API.CycleCycleGrid

Namespace: LynceeTec.API.Cycle
Assembly: LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntax
public class CycleGrid

The CycleGrid type exposes the following members.

Constructors
 NameDescription
Public methodCycleGrid(CycleAxis)Initializes a new instance of the CycleGrid class
Public methodCycleGrid(IEnumerableCycleAxis)Initializes a new instance of the CycleGrid class
Top
Properties
 NameDescription
Public propertyAxes List of the CycleAxis objects that this grid will iterate over.
Public propertyItem Gets a single coordinate location, e.g. [2,1], from this grid
Top
Methods
 NameDescription
Public methodAddAxis Adds another axis to the grid. Checks that the same axis is not there twice.
Public methodAll 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