grandMA3 User Manual Publication

Selection Grid Tool Bar

grandMA3 User Manual » Operate Fixtures » Selection Grid » Selection Grid Tool Bar
Version 2.1

Selection Grid Tool Bar

The Selection Grid Tool Bar is visible on the left side of the Selection Grid window when Tool Bar is enabled. The tools can be used to modify the arrangement of the selected fixtures.


Selection Grid toolbar

Here's a description of what the tools can do:

  •  Linearize Grid Numerical: The currently selected fixtures are rearranged into a line starting at Grid 0/0/0. The new order of the fixtures is in ascending order by their Fixture IDs (and secondarily by the CIDs).
  •  Linearize Grid Left To Right then Top to Bottom: The currently selected fixtures are rearranged into a line starting at Grid 0/0/0. Based on the current grid arrangement, the new order of the fixtures is determined to work from left to right first and then from top to bottom.
  •  Linearize Grid Top to Bottom then Left to Right: The currently selected fixtures are rearranged into a line starting at Grid 0/0/0. Based on the current grid arrangement, the new order of the fixtures is determined to work from top to bottom first and then from left to right.
  •  Remove Gaps: Removes gaps between fixtures.
  •  Remove Offset: Removes the offset between the origin and the selection.
  •  Apply Left Alignment to Grid: Align the selection to the left of the whole selection.
  •  Apply Center Alignment to Grid: Align the selection to the center of the whole selection. 
  •  Apply Right Alignment to Grid: Align the selection to the right of the whole selection. 
  •  Transpose Grid: Interchanges the X and Y grid coordinates of every selected fixture.
  •  Rotate Grid by 90 Degrees to the right: Rotate the currently selected fixtures 90 ° clockwise along the XY plane.
  •  Rotate Grid by 90 Degrees to the left: Rotate the currently selected fixtures 90 ° counterclockwise along the XY plane.
  •  Mirror Grid at X-axis: Mirrors the fixtures in the grid along a vertical mirror line.
  •  Mirror Grid at Y-axis: Mirrors the fixtures in the grid along a horizontal mirror line.
  • *2 Multiply Grid Coordinates by 2: Relatively multiplies the space between fixtures on the x-axis.
  • /2 Divide Grid Coordinates by 2: Relatively divide the space between fixtures on the x-axis. 
  •  Make Grid Symmetrical: Transforms the current selection to be symmetrical. 
  •  Use MAtricks Positions and Reset MAtricks: keep the fixtures at their MAtricks transformed coordinates and remove MAtricks. 

Use the Grid keyword to trigger the grid tools from the command line. For example, to trigger the Transpose tool, type:

User name[Fixture]>Grid "Transpose"

These are the commands for each tool:

  • Linearize Grid Numerical: Grid "Linearize" "Numerical"
  • Linearize Grid Left To Right, then Top to Bottom: Grid "Linearize" "LeftToRight"
  • Linearize Grid Top to Bottom, then Left to Right: Grid "Linearize" "TopToBottom"
  • Remove Gaps: Grid "RemoveGaps"
  • Remove Offsets: Grid "RemoveOffset"
  • Apply Left Alignment to Grid: Grid "Align" "Left"
  • Apply Center Alignment to Grid: Grid "Align" "Center"
  • Apply Right Alignment to Grid: Grid "Align" "Right"
  • Transpose Grid: Grid "Transpose"
  • Rotate Grid by 90 Degrees to the right: Grid "Rotate" "Right"
  • Rotate Grid by 90 Degrees to the left: Grid "Rotate" "Left"
  • Mirror Grid at X-axis: Grid "Flip" "X"
  • Mirror Grid at Y-axis: Grid "Flip" "Y"
  • Multiply grid coordinates by 2: Grid "Multiply" 2
  • Divide grid Coordinate by 2: Grid "Divide" 2
  • Make grid symmetrical: Grid "MakeSymmetrical"
  • Use matricks positions and reset matricks: Grid "UseMatricksPositions"

Grid Coordinates can be multiplied or divided by other values than 2. For example, to multiply the grid coordinates by the factor 6, type:

User name[Fixture]>Grid "Multiply" 6