Selection Grid ツールバー

grandMA3 ユーザマニュアル » フィクスチャの操作 » Selection Grid » Selection Grid ツールバー Version 2.0

Selection Grid ツールバー

Tool Bar が有効な場合、Selection Grid ウィンドウの左側に Selection Grid ツールバーが表示されます。このツールを用いて、選択したフィクスチャの配置を変更できます。


Selection Grid ツールバー

ツールでは以下のことが可能です。

  • Linearize Grid Numerical: 現在選択されているフィクスチャが、グリッド 0/0/0 から始まる行に再配置されます。フィクスチャの新しい順序は、フィクスチャID(二次的にCID)の昇順になります。
  • Linearize Grid Left To Right then Top to Bottom: 現在選択されているフィクスチャが、グリッド 0/0/0 から始まる行に再配置されます。フィクスチャの新しい順序は、現在のグリッド配置に基づいて、まず左から右へ、次に上から下へと決定されます。
  • Linearize Grid Top to Bottom then Left to Right: 現在選択されているフィクスチャが、グリッド 0/0/0 から始まる行に再配置されます。フィクスチャの新しい順序は、現在のグリッド配置に基づいて、まず上から下へ、次に左から右へと決定されます。
  • Remove Gaps: フィクスチャ間のギャップを削除します。
  • Remove Offset: 原点とセレクションの間のオフセットを削除します。
  • Apply Left Alignment to Grid: セレクションをセレクション全体の左側に揃えます。
  • Apply Center Alignment to Grid: セレクションをセレクション全体の中央に揃えます。
  • Apply Right Alignment to Grid: セレクションをセレクション全体の右側に揃えます。
  • Transpose Grid: 選択されているすべてのフィクスチャのX/Yグリッド座標を交換します。
  • Rotate Grid by 90 Degrees to the right: 現在選択されているフィクスチャを、XY平面に沿って時計方向に90°回転させます。
  • Rotate Grid by 90 Degrees to the left: 現在選択されているフィクスチャを、XY平面に沿って反時計方向に90°回転させます。
  • Mirror Grid at X-axis: グリッド内のフィクスチャを、垂直線に沿って鏡像反転させます。
  • Mirror Grid at Y-axis: グリッド内のフィクスチャを、水平線に沿って鏡像反転させます。
  • *2Multiply Grid Coordinates by 2: X軸上のフィクスチャ間のスペースを相対的に増加させます。
  • /2Divide Grid Coordinates by 2: X軸上のフィクスチャ間のスペースを相対的に半減させます。
  • Make Grid Symmetrical: 現在のセレクションを左右対称に変形します。
  • Use MAtricks Positions and Reset MAtricks: フィクスチャを MAtricks で変換された座標に保って、MAtricks を削除します。

コマンドラインから Grid ツールをトリガーするには、Grid キーワードを用います。例えば、Transpose ツールをトリガーするには、以下のように入力します。

User name[Fixture]>Grid "Transpose"

各ツールに対するコマンドは以下の通りです。

  • 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"

グリッド座標は2以外の値で乗算/除算できます。例えば、グリッド座標に係数6を掛けるには、以下のように入力します。

User name[Fixture]>Grid "Multiply" 6