明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1479|回复: 1

[菜鸟问题]:我怎样才能将某一层包含的图元加入到指定的选择集?

[复制链接]
发表于 2003-12-21 17:33:00 | 显示全部楼层 |阅读模式
发表于 2003-12-21 18:06:00 | 显示全部楼层

  1. Dim fType, fData As Variant
  2. BuildFilter fType, fData, 8, "layer1"
  3. SSetObj.Select fType, fData
  4. Public Sub BuildFilter(typeArray, dataArray, ParamArray gCodes())
  5.     Dim fType() As Integer, fData()
  6.     Dim index As Long, i As Long
  7.    
  8.     index = LBound(gCodes) - 1
  9.         
  10.     For i = LBound(gCodes) To UBound(gCodes) Step 2
  11.         index = index + 1
  12.         ReDim Preserve fType(0 To index)
  13.         ReDim Preserve fData(0 To index)
  14.         fType(index) = CInt(gCodes(i))
  15.         fData(index) = gCodes(i + 1)
  16.     Next
  17.     typeArray = fType: dataArray = fData
  18. End Sub
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-28 10:51 , Processed in 0.163463 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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