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.1.23514.0 , built 2023-11-07 12:21:56 UTC
Syntax
public class CycleGrid

The CycleGrid type exposes the following members.

Constructors
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