PLM之家PLMHome-国产软件践行者

NX二次开发源码分享: 报告所有特征相关信息

2016-3-4 13:37| 发布者: admin| 查看: 2679| 评论: 1|原作者: admin

摘要: NX二次开发源码分享: 报告所有特征相关信息 Session *theSession = Session::GetSession(); Part *workPart(theSession-Parts()-Work()); FeatureCollection *thefeature= workPart-Features(); for (Feat ...
NX二次开发源码分享: 报告所有特征相关信息

   Session *theSession = Session::GetSession();
    Part *workPart(theSession->Parts()->Work());
    FeatureCollection *thefeature= workPart->Features();

    for (FeatureCollection::iterator it=thefeature->begin(); it!= thefeature->end(); it++)

    {
        theSession->Information()->DisplayFeatureDetails((*it),NXOpen::Information::DisplayFeatureType::DisplayFeatureTypeAll);
    }

1

鲜花

握手

雷人

路过

鸡蛋

刚表态过的朋友 (1 人)

发表评论

最新评论

引用 刘广玉 2017-1-7 11:44
顶顶顶顶顶顶顶顶顶顶

查看全部评论(1)

登录之后发表您得观点!
  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了