| 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)