Replies: 2 comments 1 reply
-
I’m not sure in what context, from a command perspective that would be SESSION (I think), I.e. #session
def PyRxCmd_session(CmdFlags = Ap.CmdFlags.SESSION):
try:
print(CmdFlags)
except Exception as err:
print(err) |
Beta Was this translation helpful? Give feedback.
0 replies
-
if you’re trying to call back into AutoCAD from a palette, or modeless dialog. You can use They don’t work on all platforms though, I will make a sample. I think these functions add the command to a queue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to create a function in asynchronous (non-UI blocking) mode? Is it necessary to create a new thread in the function?
Beta Was this translation helpful? Give feedback.
All reactions