Message 1 of 4
Change color of selected objects with dialogbox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
i tried to change color of selected objects (not layer) with dialogbox... it appers, but nothing changes. 😞
(defun c:spa ()
(if
(setq p1 (cadr (ssgetfirst)))
(progn (sssetfirst) (setq p1 (acad_colordlg 5 t)))
)
(princ)
)
Can somebody help me?