![]() |
![]() |
![]() |
MOVE_2D transforms specified 2D elements.
+-------------------------<------------------------+
| |
---->(MOVE_2D)------>-+->-(:SELECT)--|element(s)|---------------------->-+-->
| |
+->-(:DIRECTION)--|ref. posn.|--|posn|----------->-+
| |
+->-(:HORIZONTAL)--+--|ref. posn.|--|posn|--+---->-+
| | | |
| +--|offset|--------------+ |
| |
+->-(:VERTICAL)----+--|ref. posn.|--|posn|--+---->-+
| | | |
| +--|offset|--------------+ |
| |
+->-(:BY_DIMENSION)->-|select|->-|number|-------->-+
| |
+->-(:REPEAT_FACTOR)--|number of repetitions|---->-+
| |
+->-(:KEEP)--+--(:ON)---+------------------------>-+
| | | |
| +--(:OFF)--+ |
| |
+->-(:APPLY)------------------------------------->-+
| Option | Description | ||||||
|---|---|---|---|---|---|---|---|
| :SELECT | specifies the elements you want to move. | ||||||
| :DIRECTION | specifies the direction in which you want to move the current elements. | ||||||
| :HORIZONTAL | transforms the elements horizontally only. | ||||||
| :VERTICAL | transforms the elements vertically only. | ||||||
| :BY_DIMENSION | transforms the elements in the direction given by the selected dimension, after the transformation the entered value will be the value of the dimension. | ||||||
| :REPEAT_FACTOR | defines the number of times (default = 1) the element will be transformed. | ||||||
| :KEEP | chooses whether or not to keep the original element(s).
|
||||||
| :APPLY | Will perform the move while keeping the selection for further transformations.
This is only possible if you do not create new elements during the operation, i.e.
:KEEP :OFF :REPEAT_FACTOR 1
|
MOVE_2D :SELECT [specify element(s)] :HORIZONTAL [define offset] :REPEAT_FACTOR 5 :KEEP :ON
MOVE_2D :SELECT [specify element(s)] :HORIZONTAL [define offset] :APPLY :VERTICAL [define offset]
![]() |
![]() |
![]() |