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);
}
怡宁塑胶模具设计