Hello,
How to be able to create aliases who copy : _From Last Point _Use Last Distance _Use Last in one command do you know how i could do ?
Thank you so much !!!
I use this all the time. I have it under an Alias βdddβ.
From memory itβs:
_FromLastPoint=_Yes _UseLastDistance=_Yes _UseLastDirection=_Yes
This command line doesnt work : ! _Copy _FromLastPoint=_Yes _UseLastDistance=_Yes _UseLastDirection=_Yes
Hi Julien - you need some Pauses in there:
- To select
- To place the copy-from point
- To place the cop-to point
! _Copy _Pause _Pause _Pause
_FromLastPoint=_Yes
_UseLastDistance=
_Yes _UseLastDirection=_Yes
-Pascal
1 Like
Thanks its working !!!
Yes, well, I posted that because I use it a bit differently - first I start the Copy command, choose the object(s) and set the first copy at the distance and direction I want. Then I type βdddβ and Enter, which sets the command line options, I can then continue to place as many copies with the distance/direction constraints as needed.