怡宁塑胶模具设计

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 ··· 10 下一页

2021年4月24日

摘要: VS2010 NX8.5 #include <uf_drf.h> void UFCreateTextNote(Point3d TextPoint1,NXString NXStext1); //UF创建文本注释 void UFCreateArrowTextNote(Face *ArrowFace,Po 阅读全文
posted @ 2021-04-24 11:09 怡宁塑胶模具设计 阅读(480) 评论(0) 推荐(1) 编辑

2021年4月22日

摘要: VS2010 NX8.5 std::vector<Face *> getadjacentFace(Face *Adjacentface); //相邻面 std::vector<Face *> HoleTable::getadjacentFace(Face *Adjacentface) //相邻面{ 阅读全文
posted @ 2021-04-22 20:03 怡宁塑胶模具设计 阅读(385) 评论(0) 推荐(0) 编辑

2021年4月21日

摘要: #include <NXOpen/MeasureBuilder.hxx>#include <NXOpen/MeasureDistance.hxx>#include <NXOpen/MeasureDistanceBuilder.hxx>#include <NXOpen/MeasureManager.h 阅读全文
posted @ 2021-04-21 18:22 怡宁塑胶模具设计 阅读(535) 评论(0) 推荐(0) 编辑

2021年4月19日

摘要: VS2010 NX8.5 void HoleTable::CheckApplicationModule() //检查所在模块{ try { UF_initialize(); //int ModuleId ; //定义模块值 UF_ask_application_module(&ModuleId);/ 阅读全文
posted @ 2021-04-19 17:43 怡宁塑胶模具设计 阅读(811) 评论(1) 推荐(0) 编辑

2021年4月18日

摘要: UF_VIEW_map_model_to_drawing( tag_t member_view, double model_pt [ 3 ] , double map_pt [ 2 ] ) UF_VIEW_map_drawing_to_model( tag_t member_view, double 阅读全文
posted @ 2021-04-18 18:18 怡宁塑胶模具设计 阅读(223) 评论(0) 推荐(0) 编辑

摘要: VS2010 NX8.5 //定义函数 Point3d WCSPointTransposeCsysPoint(Point3d origionPoint3D);//工作部件绝对坐标值转化为新坐标下点坐标值 Point3d PointMatrixToNewPoint(Point3d origionPoi 阅读全文
posted @ 2021-04-18 12:28 怡宁塑胶模具设计 阅读(413) 评论(0) 推荐(0) 编辑

2021年4月16日

摘要: VS2015 NX12 关键代码 void DrawingsDatumPoint::getOriginalWCS() //获取原WCS{ try { if (isGetWcs == true) { setNewWCS(); //设置WCS return ; } NXOpen::CartesianCo 阅读全文
posted @ 2021-04-16 17:03 怡宁塑胶模具设计 阅读(675) 评论(0) 推荐(0) 编辑

2021年4月15日

摘要: VS2010 NX8.5 #include<algorithm>#include <sstream>#include <iomanip> //定义涵数 NXString doubleToNXString(double value);//double转换NXString NXString intToN 阅读全文
posted @ 2021-04-15 23:15 怡宁塑胶模具设计 阅读(540) 评论(0) 推荐(1) 编辑

2021年4月14日

摘要: VS2010 NX8.5 #include <uf.h> #include <NXOpen/ListingWindow.hxx> UF_initialize(); theSession->ListingWindow()->Open(); char* releaseNXRev;//定义字符串 UF_g 阅读全文
posted @ 2021-04-14 14:14 怡宁塑胶模具设计 阅读(271) 评论(0) 推荐(0) 编辑

摘要: VS2010 NX8.5 #include <NXOpen/Drawings_DrawingSheetCollection.hxx>#include <NXOpen/Drawings_DraftingView.hxx>#include <NXOpen/Drawings_DraftingViewCol 阅读全文
posted @ 2021-04-14 11:38 怡宁塑胶模具设计 阅读(283) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 10 下一页