明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1417|回复: 2

指点~~为什么没结果

[复制链接]
发表于 2006-3-2 16:24:00 | 显示全部楼层 |阅读模式

怎么没的结果呢
Sub lr()
Dim Selects As AcadSelectionSet
Dim FType(0) As Integer          '选择过滤器的类型代码
Dim FData(0) As Variant          ' 选择过滤器的值
Dim entity As AcadEntity
Dim L, r As Integer

FType(0) = 0                 ' FData(0) = "Line,Arc"             

' ' 选择图元
Set Selects = ThisDrawing.SelectionSets.Add("lr4")
Selects.SelectOnScreen FType, FData
For Each entity In Selects
 If EntityName = "acdbline" Then L = L + 1
 If EntityName = "acdbarc" Then r = r + 1
 Next
 MsgBox L, r
 Selects.Delete


End Sub

[/U]
发表于 2006-3-2 18:21:00 | 显示全部楼层
  1. For Each entity In Selects
  2. If ucase(entity.ObjectName) = "ACDBLINE" Then
  3. L = L + 1
  4. else
  5.   r = r + 1
  6. end if
  7. Next
复制代码

 楼主| 发表于 2006-3-3 21:29:00 | 显示全部楼层
谢谢了啊~~~
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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