Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good afternoon everyone,
I have a question. I have a lisp code to change all my hatches to a specific color. But is it also possible to give all these hatches a transparancy of 60%?
(if (setq sst (acet-ss-ssget-filter ss '((0 . "HATCH"))))
(command "_.CHPROP" sst "" "_Color" "_True" '"300,297,250" ""))
Thanks in advance.
Lars
Solved! Go to Solution.