明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2108|回复: 1

请教,选择集如何清除?

[复制链接]
发表于 2009-1-9 11:12:00 | 显示全部楼层 |阅读模式

如题,很多资料上都写着SetImpliedSelection()来清除pickfirst集。现在我这边使用的AutoCAD2006,发现没有这个函数。不知道怎么才能清除选择集,很急,希望大大们能帮忙。示例如下:

//得到pickfirst

PromptSelectionResult selectionRes = ed.SelectImplied();

//如果没有pickfirst

if (selectionRes.Status == PromptStatus.Error)

{

//请求用户选择实体

PromptSelectionOptions selectionOpts = new PromptSelectionOptions();

selectionOpts.MessageForAdding = "\nSelect objects to list: ";

selectionRes = ed.GetSelection(selectionOpts);

}

else//如果有pickfirst集,清除它

{

ed.SetImpliedSelection(new ObjectId[0]);

}

发表于 2009-1-9 21:30:00 | 显示全部楼层
acedSSFree()
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 14:31 , Processed in 0.171267 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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