Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{alias:gsm}

Name

gsm — Grid slices manipulation

...

The result is always saved in the active cube (3D-grid).

Arguments

workspacename

Name in workspace with 3D-grid. If left out, operations are performed on active 3D-grid.

x | y

Direction of operation. If left out, the operation is performed in the z coordinates.

sub | add | mul | div

Mathematical operation between slices. Example: The next slice is added to the current. This is done done through the cube.

swc yxz

The x and y columns are switched.

swc xzy

The z and y columns are switched.

swc zyx

The z and x columns are switched.

- yxz | xzy | zyx

The minus sign tells to change order of column switching to highest column first.

Examples

Ex.1: Adding layers

No Format
bgColor#eeeeee
borderWidth1


gsm add       ;# Adding the next layer to the current layer in the cube for all layers.

...