怡宁塑胶模具设计

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

C++ 2010

//用户代码

 theSession->ListingWindow()->Open();

theSession->ListingWindow()->WriteLine("制作:Alan Huang QQ:185266370");

 

 PartCollection *Pc = theSession->Parts();
 for ( PartCollection::iterator ite = Pc->begin(); ite !=Pc->end(); ite++)
 {
  Part *part = (*ite);
  NXString partfullpath = part ->FullPath();
  theSession->ListingWindow()->WriteLine("部件路径:"+partfullpath);

 }

 

posted on 2021-02-22 08:11  怡宁塑胶模具设计  阅读(250)  评论(0编辑  收藏  举报