找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 19836|回复: 5
打印 上一主题 下一主题

CAA中怎么隐藏和显示一个特征?

[复制链接]
跳转到指定楼层
1
发表于 2005-5-29 15:28:17 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
如题,请各位指点。如图

本帖子中包含更多资源

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

x
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏1 分享淘帖 赞一下!赞一下!
2
发表于 2005-5-29 18:26:39 | 只看该作者
from the feature (CATISpecObject) get a CATIVisProperties interface, and call its method "GetPropertiesAtt" with the parameter "CATVPShow". you get a CATVisPropertiesValues object. call its method "SetShowAttr" with the attribute "CATNoShowAttr".
  
Then,to give the result,do this:
CATIModelEvents *pME = NULL;
HRESULT rc = pObj->QueryInterface( IID_CATIModelEvents,(void **) [$pME)]
if (SUCCEEDED(rc))
{
CATModifyVisProperties notif(pObj, CATPathElement(pObj), CATVPGlobalType,CATVPShow,prop);
pME->Dispatch(notif);
  
pME->Release();
pME= NULL ;
}
  
where pObj is your feature and  
prop is the CATVisPropertiesValues used for the CATIVisProperties
3
发表于 2005-5-29 22:18:46 | 只看该作者
谢谢陈兄了
:)
4
发表于 2005-5-29 22:30:39 | 只看该作者
晕!!!!!!!!!!!!!!!!!!!!
5
发表于 2005-5-29 22:40:56 | 只看该作者
:)
谢谢了
6
发表于 2012-2-22 21:05:37 | 只看该作者
cupcake 发表于 2005-5-29 22:18
谢谢陈兄了
:)

您好,我这样做了以后,是能够隐藏特征了,但是我只要一把特征树上的“-”号点下,收缩特征树,然后点“+”号再展开,就发现特征树上原来隐藏的特征又显示了,请问这是怎么回事?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-12-27 03:11 , Processed in 0.024619 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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