文件名称:Lisp-自動歸類圖層
-
所属分类:
- 标签属性:
- 上传时间:2017-09-26
-
文件大小:1kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
auotcad lisp 自動歸類圖層
(CClay "DIM標註" 3 "DIMENSION") ;; 這句表示:將DIMENSION標注 物件歸類到 3 綠色 ,圖層 DIM
(CClay "Text" 1 "Text");; 這句表示:將 Text單行文字 物件歸類到 1 紅色 , 圖層 Text
(CClay "MText" 1 "Mtext");; 這句表示:將 MText多行文字 物件歸類到 1 紅色 , 圖層 MText
(CClay "Dim標註" 3 "Leader");; 這句表示:將 Leader引線 物件歸類到 3 綠色 , 圖層 Dim
(CClay "Hatch填充線" 55 "Hatch");; 這句表示:將 Hatch填充線 物件歸類到 55 褐色 , 圖層 Hatch填充線(Auotcad LISP automatically classifies layers
(CClay, "DIM", "3", "DIMENSION"); the phrase "DIMENSION callout objects are categorized into 3 green", "layer DIM"
(CClay, "Text", "1", "Text"); this means: "Text single line text objects are categorized into 1 red, layer Text."
(CClay, "MText", "1", "Mtext"); the phrase "MText multiline text objects are categorized into 1 red", "layer MText"
(CClay, "Dim", "3", "Leader"); the phrase "Leader lead objects" are classified into 3 "green" and "layer Dim"
(CClay, "Hatch", "filling line", "55", "Hatch"); the phrase "Hatch fill line objects" is classified into 55 "Brown", "layer", "Hatch" filling lines)
(CClay "DIM標註" 3 "DIMENSION") ;; 這句表示:將DIMENSION標注 物件歸類到 3 綠色 ,圖層 DIM
(CClay "Text" 1 "Text");; 這句表示:將 Text單行文字 物件歸類到 1 紅色 , 圖層 Text
(CClay "MText" 1 "Mtext");; 這句表示:將 MText多行文字 物件歸類到 1 紅色 , 圖層 MText
(CClay "Dim標註" 3 "Leader");; 這句表示:將 Leader引線 物件歸類到 3 綠色 , 圖層 Dim
(CClay "Hatch填充線" 55 "Hatch");; 這句表示:將 Hatch填充線 物件歸類到 55 褐色 , 圖層 Hatch填充線(Auotcad LISP automatically classifies layers
(CClay, "DIM", "3", "DIMENSION"); the phrase "DIMENSION callout objects are categorized into 3 green", "layer DIM"
(CClay, "Text", "1", "Text"); this means: "Text single line text objects are categorized into 1 red, layer Text."
(CClay, "MText", "1", "Mtext"); the phrase "MText multiline text objects are categorized into 1 red", "layer MText"
(CClay, "Dim", "3", "Leader"); the phrase "Leader lead objects" are classified into 3 "green" and "layer Dim"
(CClay, "Hatch", "filling line", "55", "Hatch"); the phrase "Hatch fill line objects" is classified into 55 "Brown", "layer", "Hatch" filling lines)
相关搜索: autocad Lisp
(系统自动生成,下载前可以参看下载内容)
下载文件列表
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.