文件名称:Lisp-自動歸類圖層
- 所属分类:
- 绘图程序
- 资源属性:
- 上传时间:
- 2017-09-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- Peter******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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)
(系统自动生成,下载前可以参看下载内容)