>>"I'm using AutoHotKey"
😉 My chrystal ball works great.
>>" so actually yes it is being 'typed in' in that the interaction is taking place through the command line."
If you ever use autocad menumacro or script or (send)commands,
think about that AutoCAD knows this is input from automation,
your AutoHotKey or past from clipboard to commandline will not detected as automation, it will evaluated as "typed by user" Input.
>>"Zooming in feels like extra unnecessary steps"
FEELS, yes. But it is necessary because of, this is how AutoCAD (click) for object selection works, every time, every where.
>>", not only does it take up time as an unnecessary potentially avoidable step but the animation"
>>" AutoCAD does takes up a lot of time."
In case of heavy content, perhaps, but for usual not (VTENABLE off)
>>"In an effort to do this right I'm trying to avoid that kind of sloppy workaround."
<start laugh> Using AutoHotKey is the first sloppy step lol<stop laugh>
AutoHotKey is okay if you can not go other ways, specially for LT users such programs a blessing.
Sloppy Workaround: This is how the program works.
and you will find more (for you) unexpected thing which are already present in each minute for every user
while using the program / since decades.
>>" My script takes my selection, ... (as a first step, there are many more but this is all that's relevant)."
Such a selection make sense if you have 1000 files with the same content, is this the case??
I asked my chrystal ball again:
I am guessing you trying to autmation a process to create new drawings, is this the case?
In this case my question is: how and when you create the "rectangle with rounded corners"?
For example:
If you created the the rectangle as last object, use object selection method LAST instead of your pickpoint coords.
If you are the creator of this "rectangle with rounded corners", you have multiple options to select them.
Or another unique property?
Short question, is it for LT or for AutoCAD,MECHand Toolsets?