明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1579|回复: 1

[VBA]请教选择集过滤设置!!

[复制链接]
发表于 2005-2-18 21:35:00 | 显示全部楼层 |阅读模式
在过滤条件中,<or,<and and> or>它们的逻辑关系如何,设置原理怎么啊,DXF帮助里找不到啊!!求各位大虾讲解一下!!多谢了!! Sub tta()
On Error Resume Next
Dim ss As AcadSelectionSet
ThisDrawing.SelectionSets("Test").Delete
Set ss = ThisDrawing.SelectionSets.Add("Test")
Dim ft(6) As Integer, fd(6)
ft(0) = -4: fd(0) = "<or"
ft(1) = -4: fd(1) = "<and"
ft(2) = 8: fd(2) = "0"
ft(3) = 62: fd(3) = 256
ft(4) = -4: fd(4) = "and>"
ft(5) = 62: fd(5) = 1
ft(6) = -4: fd(6) = "or>"
ss.Select acSelectionSetAll, , , ft, fd
MsgBox ss.Count
发表于 2005-2-20 22:09:00 | 显示全部楼层
这些在DXF文档中没有,你可以看看VL文档中有关过滤器的介绍。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-27 20:31 , Processed in 0.172754 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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