摘要:
VS2010 NX8.5 #include <NXOpen/Annotations_Dimension.hxx>#include <NXOpen/Annotations_DimensionCollection.hxx>#include <NXOpen/Annotations.hxx>#include 阅读全文
摘要:
VS2010 NX8.5 #include <NXOpen/Annotations_Dimension.hxx>#include <NXOpen/Annotations_DimensionCollection.hxx>#include <NXOpen/Annotations.hxx>#include 阅读全文
摘要:
VS2010 NX8.5 #include <NXOpen/Drawings_DraftingView.hxx>#include <NXOpen/Drawings_DraftingViewCollection.hxx> #include <NXOpen/ListingWindow.hxx> theS 阅读全文
摘要:
VS2010 NX8.5 //创建垂线 Features::AssociativeLine *nullFeatures_AssociativeLine(NULL); Features::AssociativeLineBuilder *associativeLineBuilder1; associat 阅读全文
摘要:
NX8.5 VS2010 //关键代码 void CreatLifter::AssemblyTemplateFile() //装配模板文件{ try { UF_initialize(); //if(selectObjs.size()==0) //{ // return; //} GetUI(); i 阅读全文
摘要:
VS2015 NX12 //关键代码 void TheLettering::CreateText() //创建文字{ try { //用户代码 //判断如果字已经创建则转到编辑字 if (isTextCreated) { GetUI(); //获取UI值 redefineText(); return 阅读全文
摘要:
VS 2015 NX12 利用UF的UF_MODL_ask_bounding_box_exact函数得出边界,创建方体、避空槽或倒圆。和UI界面结合按需求更改参数,实时变更和预览。 阅读全文
摘要:
VS2010 NX8.5 Annotations::SimpleDraftingAid *nullAnnotations_SimpleDraftingAid(NULL); Annotations::DraftingNoteBuilder *draftingNoteBuilder1; drafting 阅读全文
摘要:
VS2010 NX8.5 Drawings::DrawingSheet *drawingSheet1(dynamic_cast<Drawings::DrawingSheet *>(workPart->DrawingSheets()->FindObject("SHT2")));//当前页面 drawi 阅读全文
|