Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd like to load the dimstyle manager from a lisp, but (command "dimstyle") acts as if it was a -dimstyle when called from a lisp. This results in a command line interface, whereas I would like to have the mouse based dimstyle manager interface.
Ultimately, my goal is to be able to change dimstyles without changing the dimscale. My plan is to:
- read the current dimscale
- call the dimstyle manager
- have the user select a dimstyle
- change the new dimscale to match the old one
The only barrier is that the dimstyle selection is happening at the command line, which isn't user friendly.
Solved! Go to Solution.