11 2021 档案
摘要:1 public void setFitAfterShowOrHide(NXOpen.Body inBody) 2 { 3 NXOpen.Session theSession = NXOpen.Session.GetSession(); 4 NXOpen.Part workPart = theSes
阅读全文
摘要:1 public void CreatDisplayTemArc(double[] mtx, double[] cenPoint, double r) 2 { 3 UFSession theUfSession = UFSession.GetUFSession(); 4 UFObj.DispProps
阅读全文
摘要:1 public void CreatDisplayTemLine(double[] startPoint, double[] endPoint) 2 { 3 UFSession theUfSession = UFSession.GetUFSession(); 4 UFObj.DispProps a
阅读全文
摘要:1 public void RemoveObjParameters() 2 { 3 NXOpen.Session theSessions = NXOpen.Session.GetSession(); 4 NXOpen.Part workPart = theSessions.Parts.Work; 5
阅读全文
摘要:1 /// <summary> 2 /// 添加装配 3 /// </summary> 4 /// <returns>返回 </returns> 5 public void asmAddPartToAssembly(string prtfull, double[] org, double[] vec
阅读全文
摘要:1 /// <summary> 2 /// 实体转化为装配 3 /// </summary> 4 /// <param name="prtfull">全路径</param> 5 /// <param name="bodys">实体</param> 6 /// <param name="SaveBoo
阅读全文
摘要:1 NXOpen.DisplayableObject[] objects1 = new NXOpen.DisplayableObject[1]; 2 NXOpen.Assemblies.Component component1 = (NXOpen.Assemblies.Component)NXObj
阅读全文
摘要:1 //textTag 文本tag 2 NXOpen::Features::Text *text1(dynamic_cast<NXOpen::Features::Text *>(NXOpen::NXObjectManager::Get(textTag))); 3 theSession->Parts(
阅读全文
摘要:1 std::vector<NXOpen::Features::Feature *> allFeatures; 2 allFeatures = theSession->Parts()->Work()->Features()->GetFeatures(); 3 4 for(int i = 0; i <
阅读全文

浙公网安备 33010602011771号