明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1342|回复: 2

过滤写法为什么不对

[复制链接]
发表于 2006-5-18 22:26:00 | 显示全部楼层 |阅读模式

本人想在图形中只选块或半径大于等于0.8的圆为什么如下程式有错,请了解的大师修改一下,谢谢

Dim Ftype(7) As Integer, Fdata(7) As Variant
Ftype(0) = -4: Fdata(0) = "<or"
Ftype(1) = 2: Fdata(1) = "*"
Ftype(2) = -4: Fdata(2) = "<and"
Ftype(3) = -4: Fdata(3) = ">="
Ftype(4) = 0: Fdata(4) = "Circle"
Ftype(5) = 40: Fdata(5) = 0.8
Ftype(6) = -4: Fdata(6) = "and>"
Ftype(7) = -4: Fdata(7) = "or>"
ssetobj.SelectOnScreen Ftype, Fdata

 楼主| 发表于 2006-5-18 22:35:00 | 显示全部楼层

我已搞定

Dim Ftype(7) As Integer, Fdata(7) As Variant
Ftype(0) = -4: Fdata(0) = "<or"
Ftype(1) = 2: Fdata(1) = "*"
Ftype(2) = -4: Fdata(2) = "<and"
Ftype(3) = 0: Fdata(3) = "Circle"
Ftype(4) = -4: Fdata(4) = ">="
Ftype(5) = 40: Fdata(5) = 0.8
Ftype(6) = -4: Fdata(6) = "and>"
Ftype(7) = -4: Fdata(7) = "or>"
ssetobj.SelectOnScreen Ftype, Fdata
为什么顺序不对有如此大的差别,有人可以解释吗

发表于 2006-5-19 10:10:00 | 显示全部楼层

过滤器对应一个条件表达式

错的过滤表达的是:

dxf0>="circle" and dxf40=0.8,和题目要求不符

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-27 04:14 , Processed in 0.167667 second(s), 30 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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