Hello,
Is there a way to move a group a specific distance?
Ater a group is selected can it be moved for example 3 mils to the left?
Grabbing and dragging a group gets it close, but not exactly (unless I get
lucky) to where I want it.
Thanks,
Doug
Hello,
Is there a way to move a group a specific distance?
Ater a group is selected can it be moved for example 3 mils to the left?
Grabbing and dragging a group gets it close, but not exactly (unless I get
lucky) to where I want it.
Thanks,
Doug
Doug wrote:
Is there a way to move a group a specific distance?
Ater a group is selected can it be moved for example 3 mils to the left?
Grabbing and dragging a group gets it close, but not exactly (unless I get
lucky) to where I want it.
look up 'editor commands - command syntax' and 'editor commands -
movbe' in the the help
in short: use
move (>0 0) (dX dY)
or some variatio thereof (polar coordinates) from the command line
--
Lorenz
Excellent!
Thank you,
Doug
"Lorenz" <lorenznl@yahoo.com> wrote in message
news:dp1if550brqe6bl9h685drcdcd1cf05eo8@4ax.com...
Doug wrote:
Is there a way to move a group a specific distance?
Ater a group is selected can it be moved for example 3 mils to the left?
Grabbing and dragging a group gets it close, but not exactly (unless I get
lucky) to where I want it.
look up 'editor commands - command syntax' and 'editor commands -
movbe' in the the help
in short: use
move (>0 0) (dX dY)
or some variatio thereof (polar coordinates) from the command line
--
Lorenz