[求助]如何判断图层1的颜色.
<p>有什么快速的方法,判断图层1的颜色是否为颜色1?</p><p>而如果不存在这个层就新建.</p> <p>(if (setq lay (tblsearch "layer" "1"))</p><p>(alert (strcat "color:" (itoa (cdr (assoc 62 la)))))</p><p>(command "layer" "n" "1" ""))</p> <p>You may also check here:</p><p><a href="http://www.cadtutor.net/forum/showthread.php?t=15247">http://www.cadtutor.net/forum/showthread.php?t=15247</a></p>
页:
[1]