eco_move_instance
eco_move_instance -eco_controld_ecoObj{ -objectd_instObj| -names_instName} [ -origin {f_x f_y} ] [ -orient {R0 | R90 | R180 | R270 | MY | MYR90 | MX | MXR90} ] [ -no_repaint ]
Description
Moves an instance to the given location and/or orientation.
Arguments
|
Specifies the command sequence ECO control that was assigned by the originating command. This command is processed immediately but results are not saved until eco_commit is issued. |
||
|
Prevents the artwork from being updated when this command is run. |
||
|
Specifies the new orientation of the instance. The default is |
||
|
Specifies the new x and y coordinates for the instance origin. The default is the current origin. |
||
Examples
The following command moves instance I2 to a new location with the same orientation.
eco_move_instance -eco_control $eco -name I2 -origin {0 396}
Related Topics
Return to top