明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1559|回复: 3

[求助]如何在选择集中去掉特定对象

[复制链接]
发表于 2008-9-24 19:59:00 | 显示全部楼层 |阅读模式

我先在屏幕上选择对象,然后想从这些对象中去掉(不是删除)在图层DivideLines_LAYER上的对象,请问该如何写

Set currentselection = ThisDrawing.SelectionSets
On Error GoTo errorhandle1
If currentselection.Count = 0 Then
Set ContourSel = ThisDrawing.SelectionSets.Add("Contour")
ContourSel.SelectOnScreen
Else
ThisDrawing.SelectionSets("Contour").Delete
Set ContourSel = ThisDrawing.SelectionSets.Add("Contour")
ContourSel.SelectOnScreen
End If
NumContourLine = ContourSel.Count

For i = 0 To NumContourLine - 1
    If ContourSel.Item(i).Layer = "DivideLines_LAYER" Then
         找到满足条件的对象后怎么使用removeitems?
    End If
Next i

发表于 2008-9-25 23:44:00 | 显示全部楼层

你参考一下下面的代码:

 

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
发表于 2008-9-26 00:02:00 | 显示全部楼层

你看下这3页《在实体选择中使用过滤机制》,可能对你会有帮助,自己试试,今天不知道为什么不能上传,我已将这3页发到你邮箱(qianluximusic@yahoo.com.cn)中去了。

 楼主| 发表于 2008-9-27 11:27:00 | 显示全部楼层
非常感谢,已经解决了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-26 06:41 , Processed in 0.163059 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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