明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1417|回复: 1

大师们请看看

[复制链接]
发表于 2006-4-8 17:35:00 | 显示全部楼层 |阅读模式

本人编了下面一个程式,就是选择很多物体一起偏移并删除以前的东西,但是会出现有些是内偏,而有些外偏,而如果是一个一个选,则都会外偏,请大师们过目并指教

Public Sub ttu()
Dim ssetobj1 As AcadSelectionSet
Dim icount1 As Integer

icount1 = ThisDrawing.SelectionSets.Count
While (icount1 > 0)
    If ThisDrawing.SelectionSets.Item(icount1 - 1).Name = "yuan" Then
    ThisDrawing.SelectionSets.Item(icount1 - 1).Delete
    End If
    icount1 = icount1 - 1
    Wend
    Set ssetobj1 = ThisDrawing.SelectionSets.Add("yuan")
    ThisDrawing.Utility.Prompt "please select object"
    ssetobj1.SelectOnScreen
   Dim i1 As Integer
   Dim selobj1 As Variant
   Dim shuz As Double
   shuz = ThisDrawing.Utility.GetReal("请输入偏移量 :")

  For i1 = 0 To ssetobj1.Count - 1
      Set selobj1 = ssetobj1.Item(i1)
      Dim ofselobj1 As Variant
     
     selobj1.Offset (shuz)
      selobj1.Delete

      Next

End Sub


 

发表于 2006-4-10 11:18:00 | 显示全部楼层
[WEB]http://www.mccad.net/object/acad2004/idh_offset.htm[/WEB]
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-27 05:29 , Processed in 0.151407 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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