Hi Danny, the grid x and y counts are defined as starting from the grid origin. If X=5, you'll get 5 cells in positive X and 5 cells in negative X. Since the grid is always mirrored around the axis of the plane that defines it, it is impossible to have an odd number of cells.
I can make another grid component that takes Intervals instead of integers, then you could define both where the grid start and ends... -- David Rutten Robert McNeel & Associates On Oct 14, 8:56 pm, Danny Dong <[EMAIL PROTECTED]> wrote: > Im sure this is probably a very simple solution but I cant seem to > figure it out > > when I create a rectangular grid and specify my X and Y steps it is > always doubled > > how to I make this what I exactly input form the silder. > > for istance 2 steps from a slider in X or Y makes a 4x4 grid > > thanks for any tips > > D
