Message 1 of 2
Modified dimstyle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a simple lisp to save the modified dimstyle (through properties window) as a new one.
;-----START-----
(defun c:SD ()
(command "AIDIMSTYLE" "S")
(princ)
)
;-----END------
Can anybody modify this or to:
After selection it should prompt for new dimstyle name showing the current dimstyle name plus a prefix or suffix as I set. See image below where "PH" is my suffix.
.. and there should be warning if dimstyle name is existing.