明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1804|回复: 3

选择集的怪问题?

[复制链接]
发表于 2004-4-6 21:20:00 | 显示全部楼层 |阅读模式
本帖最后由 作者 于 2004-4-7 9:15:26 编辑

小弟我再做一个删除重复线的程序,运行时,其选择集有时候会出现,有时候又正常,不知道其他网友碰到过没有



        是不是内存的问题??/,还望指点





程序与调试图:


本帖子中包含更多资源

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

x
发表于 2004-4-7 21:38:00 | 显示全部楼层
关键是删除顺序造成选择集中的对象变化。


你可以把不需要删除的对象Remove出选择集,最后直接到选择集Erease就可以了。
发表于 2004-5-3 14:40:00 | 显示全部楼层
我也经常碰到IAcadselectionset的问题,帮助文件里也没有,下问说可以有128个selection sets,但是程序中好象只允许一个存在。我每次都只能采用以下方式进行,否则就会出错,请各位发表看法。 Set Sset = ThisDrawing.SelectionSets.Add("Temp")
Sset.Clear
Sset.AddItems Entitys
ThisDrawing.SelectionSets("Temp").Delete
To add a new member to the collection, use the Add method. To select a specific selection set, use the Item method. To delete a specific selection set, use the Delete method found in the SelectionSet object. You can create up to 128 selection sets in your drawing. There can be only one instance of the SelectionSets Collection. The SelectionSets Collection is predefined for each drawing. You can make multiple references to it by using the SelectionSets property. Once done with an object, the reference is automatically released.
发表于 2004-5-3 18:49:00 | 显示全部楼层
选择集可以是多个,但一个名称的选择集中允许一个存在,不允许重名。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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