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).
Keyword | Action |
:ON | keeps the original element(s) |
:OFF | does not keep the original element(s). (default) |
|
: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]