I'm just wondering what the command would be to copy a 'grouping' of compionents and move them a set distance
For example if I wanted to move all the highlighted components 40mm down (so Y -40) how would I do that?
I'm just wondering what the command would be to copy a 'grouping' of compionents and move them a set distance
For example if I wanted to move all the highlighted components 40mm down (so Y -40) how would I do that?
Robert Smith schrieb:
I'm just wondering what the command would be to copy a 'grouping' of
compionents and move them a set distance
Yes, of course.
For example if I wanted to move all the highlighted components 40mm
down (so Y -40) how would I do that?
- define the group;
- MOVE (>0 0) (0 -40);
Tilmann
Robert Smith schrieb:
I'm just wondering what the command would be to copy a 'grouping' of
compionents and move them a set distance
Yes, of course.
For example if I wanted to move all the highlighted components 40mm
down (so Y -40) how would I do that?
- define the group;
- MOVE (>0 0) (0 -40);
Tilmann
Thanks...that works a charm (I did check the user guide, but the syntax wasn't clear to me at least!)