明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1310|回复: 2

请求帮助!!!

[复制链接]
发表于 2004-5-29 17:55:00 | 显示全部楼层 |阅读模式
斑竹,我的程序已调出: (command "vpoint" '(1 1 1))
(command "ucs" "n" "z" 90)
(command "ucs" "n" "x" 90)
(command "polygon" 6 '(0 0 0) "i" 12)
(setq s (ssget '(12 0 0)))
(command "extrude" s "" -10 "")
(command "cylinder" '(0 0 -10) 8 -80)
(setq z (ssget "l"))
(setq r (ssget '(12 0 0)))
(command "union" r z "") (command "tilemode" 0)
(setq s (ssget "c" '(0 0) '(1189 841)))
(command "erase" s "") (command "vports" "4" "")
(command "mspace")
(command "cvport" 4)
(command "psvpscale" 1)
(command "vpoint" '(0 0 -1))
(command "zoom" ".9xp")
(command "cvport" 3)
(command "psvpscale" 1)
(command "vpoint" '(1 0 0))
(command "zoom" ".9xp")
(command "cvport" 5)
(command "psvpscale" 1)
(command "vpoint" '(0 1 0))
(command "zoom" ".9xp") (command "linetype" "l" "HIDDEN" "" "")
(command "layer" "M" "layer1" "")
(command "cvport" 3)
(setq s (ssget "c" '(0 0 ) '(1189 841)))
(solprof s "" "" "" "")
(command "cvport" 4)
(setq s (ssget "l"))
(setq r (ssget "c" '(0 0) '(1189 841)))
(solprof s "" "" "" "")
(solprof r "" "" "" "")
(command "cvport" 5)
(setq s (ssget "l"))
(setq r (ssget "c" '(0 0) '(1189 841)))
(solprof s "" "" "" "")
(solprof r "" "" "" "") (command "cvport" 6)
(setq x (ssget "l"))
(setq y (ssget "c" '(0 0) '(1189 841)))
(solprof x "" "" "" "")
(solprof y "" "" "" "") (command "layer" "F" "0" "")
(command "pspace") 然后,我想在进行标注,您看有什么好办法,选择尺寸界限。 谢谢!!!
 楼主| 发表于 2004-5-30 22:15:00 | 显示全部楼层
斑竹,为什么不给我回帖?
发表于 2004-5-30 22:59:00 | 显示全部楼层
你给的只是一些代码,并不是一个完整的程序!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-10-1 08:27 , Processed in 0.161017 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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