NXOpen::CAM::NCGroup* group = oper->GetParent(NXOpen::CAM::CAMSetup::View::ViewMachineTool);//刀具
string curToolName = group->Name().GetLocaleText();//刀具名称
CAM::CAMObject* CAMTool = group;//刀具
NXOpen::CAM::NCGroup* group = oper->GetParent(NXOpen::CAM::CAMSetup::View::ViewMachineTool);//刀具
string curToolName = group->Name().GetLocaleText();//刀具名称
CAM::CAMObject* CAMTool = group;//刀具