Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Autocad command "ucs" has various options available.
How can I enable users to set the UCS using various options and return to my subsequent lines of code?
;...
(setq worlducs_old (getvar "worlducs"))
(command "ucs") ;
(how-do-I-know-the-ucs-done ?) ; waiting until the user completes the ucs command
(setq worlducs_new (getvar "worlducs"))
;...
Solved! Go to Solution.