Setpt pop up dialog

As someone who works in architecture, I think the Setpt command is one of my most frequently used commands. It’s so usefull!

My only annoyance is the dialog box that pops up every time - often I want to set the point of x,y or z points but it is very rare that I set them all.

My suggestion would be that these options are moved into the command line?

It is very possible that I am not using this feature as intended and there may be some other way to achieve this outcome but for me it works! open to alternative suggestions though! :rofl:

Cheers,

B

They are - just type -_SetPt (with the - dash in front)

You can make some macros like the ones below and run them from aliases or buttons:

Set X
! _-SetPt _Pause _XSet=_Yes _YSet=_No _ZSet=_No _Alignment=_World _Copy=_No

Set Y
! _-SetPt _Pause _XSet=_No _YSet=_Yes _ZSet=_No _Alignment=_World _Copy=_No

Set Z
! _-SetPt _Pause _XSet=_No _YSet=_No _ZSet=_Yes _Alignment=_World _Copy=_No

Set XY
! _-SetPt _Pause _XSet=_Yes _YSet=_Yes _ZSet=_No _Alignment=_World _Copy=_No

etc…