Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

gen [inc] | [nx ny [nz]] [gse] [gre] - generate grid

gen xbo - generate extra border

gen gpl nx ny [step] - generate grid plane

gen ori - generate origin of grid

gen awi [z] [inc xinc yinc [zinc] ] - adjust window to increments

Description

Generate an empty grid within the graphical window, either surface grid or cube. A quick way to establish a grid that afterwards can be given values and used in various ways.

...

  • lo - lower left corner of window
  • hi - upper right corner of window
  • min - minimum value of dataset
  • max - maximum value of dataset
  • cur - set the origin to the cursor position
  • z zvalue - shift the z values in grid with zvalue
  • x y z - set the origin to x y z

awi [z] [inc xinc yinc [zinc] ]

Adjust window to increments. Secures that the grid window will start and stop at natural grid increment steps. z option is used for z direction as well. The inc options is used for detailed specifications when the increments may be different from previous grids.

Examples

Ex.1: Generate grid and cube

...