NX二次开发源码分享: 报告所有特征相关信息
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]