Scale entities based on alignment points [Yes/No] <No>:

Hi,
I want to perform this command regularly, every time I use it I do want to scale also and so select Y. How can I stop the default being "No"
Is there a way to change this?
Thanks.

Comments

  • Anthony Apostolaros
    edited July 2022
    With Lisp or another API, you could make a custom version of the Align command that always scales the object(s) to the alignment points. If 2 alignment points are enough, it would be easy, involving only a few lines of Lisp code. The custom command would prompt the user for 4 points, and then feed those 4 points, plus an Enter and a Y, to the built-in Align command. That's attached. If you need to be able to use more alignment points, it would be a little more complicated.
  • Thats brilliant. Thank you so much. I really need to get a handle on lisp routines.
    Much appreciated