一个字
很好
感谢楼主
太棒了。收藏!
cabinsummer 发表于 2012-3-17 12:47 static/image/common/back.gif
可以做成函数
我的动态粗糙度和动态标高有这方面的例子
先了解下~~~~
用怎么生成光栅图像?wipeout命令生成的对象
Theswamp.org 有个函数(defun MinDxfDef ( ename / result temp )
;;will create crap if the current or parent
;;layer of the candidate entity is locked
(foreach pair (setq result (entget ename))
(if (entmakeX (setq temp (vl-remove pair result)))
(progn (entdel (entlast))(setq result temp))
result
)
)
)
这个很实用,正在研究这个,支持下!
高深啊!呵呵 学习了 楼主继续补充 我们期待
虽然不是很懂,但肯定是好东西!
真的很牛B....