18
52
40
初露锋芒
使用道具 举报
58
3353
33
顶梁支柱
(if (setq e (car (entsel))) (alert (vl-princ-to-string (cdr (assoc 430 (entget e))))))
24
1265
1028
后起之秀
114
1万
中流砥柱
(defun objectcolour ( enx / col ) (cond ( (cdr (assoc 430 enx))) ( (setq col (cdr (assoc 420 enx))) (mapcar '(lambda ( x ) (lsh (lsh (fix col) x) -24)) '(8 16 24)) ) ( (setq col (cdr (assoc 62 enx)))) ( (objectcolour (entget (tblobjname "layer" (cdr (assoc 8 enx)))))) ))
(defun c:test ( / ent ) (if (setq ent (car (entsel))) (print (objectcolour (entget ent))) ) (princ))
本版积分规则 发表回复 回帖后跳转到最后一页
微信公众平台
扫描访问手机版
点击图片下载手机App
|关于我们|小黑屋|乐筑天下 繁体中文
GMT+8, 2025-3-14 13:06 , Processed in 1.501872 second(s), 67 queries .
© 2020-2025 乐筑天下
在线时间:10:00-17:00
暂无
扫一扫,关注我们
帮助中心
关于我们
下载APP客户端