Create a custom command line

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 !!! :slight_smile:

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
:confused:

Hi Julien - you need some Pauses in there:

  1. To select
  2. To place the copy-from point
  3. 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.