明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
12
返回列表 发新帖
楼主: 20020729

[求助]有没有这样的程序?快速换层?

  [复制链接]
 楼主| 发表于 2005-3-26 14:44:00 | 显示全部楼层
也就是说         我想实现1 控制对象到 红色线层


2 到黄色虚线层


3到绿色中心线层


4到青色线层
发表于 2005-3-26 16:48:00 | 显示全部楼层
0~7挨个试一下就知道了。。。


256是BYLAYER
 楼主| 发表于 2005-3-28 12:28:00 | 显示全部楼层
再请问怎么让cad2002 启动的时候自动给我加载好 center dashed phantom线型呢


?????


谢谢
发表于 2005-3-28 18:15:00 | 显示全部楼层
参考acad2002doc.lsp文件中下列内容: ;;;===== AutoLoad LISP Applications =====
; Set help for those apps with a command line interface (autoload "edge" '("edge"))
(setfunhelp "C:edge" "" "edge") (autoload "3d" '("3d" "3d" "ai_box" "ai_pyramid" "ai_wedge" "ai_dome"
"ai_mesh" "ai_sphere" "ai_cone" "ai_torus" "ai_dish")
)
发表于 2005-3-28 18:32:00 | 显示全部楼层
(defun c:11 ()
(command "-linetype" "s" "center" "s" "dashed" "s" "phantom" "s" "bylayer" "")
(princ)
)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-9-29 06:34 , Processed in 0.146322 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表