NXOPEN FOR C# 之CAM 后处理程式单

Session theSession = Session.GetSession();    

         Part workPart = theSession.Parts.Work;     

        Part displayPart = theSession.Parts.Display;

            NXOpen.CAM.CAMObject[] objects1 = new NXOpen.CAM.CAMObject[1];      

       NXOpen.CAM.NCGroup nCGroup1 = (NXOpen.CAM.NCGroup)workPart.CAMSetup.CAMGroupCollection.FindObject("M01");     

        objects1[0] = nCGroup1;   

 

   

       workPart.CAMSetup.Postprocess(objects1,"手动换刀_法兰克_ys", "D:\\NC\\IPT1138-M01.nc", NXOpen.CAM.CAMSetup.OutputUnits.PostDefined);

 

  

 

posted @ 2014-01-18 15:03  yizongxing  阅读(845)  评论(0编辑  收藏  举报