明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1524|回复: 2

[求助][讨论]如何根据图像路径定义过滤器,选择光栅图像

[复制链接]
发表于 2010-9-16 11:39:00 | 显示全部楼层 |阅读模式
  1. TypedValue[] filterValue ={ new TypedValue((int)DxfCode.XRefPath, sFileName),
  2.                     new TypedValue((int)DxfCode.Start, "IMAGE")
  3.                                                    };
  4. SelectionFilter filter = new SelectionFilter(filterValue);
  5. PromptSelectionResult res = ed.SelectAll(filter);
复制代码

用XRefPath可以吗?怎么这么做没有反应?选不到图像。

~~~~~~~~~~~~~~~~·
另外,如果改为
  1. TypedValue[] filterValue ={
  2.                     new TypedValue((int)DxfCode.Start, "IMAGE")
  3.                                                    };
  4. SelectionFilter filter = new SelectionFilter(filterValue);
  5. PromptSelectionResult res = ed.SelectAll(filter);
复制代码
可以选择了所有图像,如何根据路径名(或者文件名)删除相应的图像呢?



发表于 2010-9-16 18:52:00 | 显示全部楼层

没试过DxfCode.XRefPath做过滤器

如果不行,先过滤出IMAGE,再判断

发表于 2011-11-9 14:23:50 | 显示全部楼层
可以选到image,怎么取到image的文件名?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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