AbstractGridUnit
type T2DFrontCell = record
The column and layer of a cell
T2DFrontCell = record Col: integer; Lay: integer; end;
Col: integer;
Lay: integer;
Col: integer; Col is the column number.
Col
Lay: integer; Lay is the layer number.
Lay