怡宁塑胶模具设计

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年12月23日

摘要: C++ //用户头文件#include <NXOpen/Body.hxx>#include <NXOpen/Builder.hxx>#include <NXOpen/Expression.hxx>#include <NXOpen/ExpressionCollection.hxx>#include < 阅读全文
posted @ 2020-12-23 21:37 怡宁塑胶模具设计 阅读(247) 评论(0) 推荐(0)

摘要: //用户头文件#include <NXOpen/BasePart.hxx>#include <NXOpen/Body.hxx>#include <NXOpen/BodyCollection.hxx>#include <NXOpen/Builder.hxx>#include <NXOpen/Geome 阅读全文
posted @ 2020-12-23 15:56 怡宁塑胶模具设计 阅读(652) 评论(0) 推荐(0)

摘要: NXOpen二次开发塑胶模具自动方体镶件 代码优化中 阅读全文
posted @ 2020-12-23 11:27 怡宁塑胶模具设计 阅读(333) 评论(0) 推荐(0)

摘要: VS2015 NX12 #include <uf_defs.h>#include <uf_ui_types.h>#include <iostream>#include <NXOpen/Session.hxx>#include <NXOpen/UI.hxx>#include <NXOpen/NXMes 阅读全文
posted @ 2020-12-23 10:50 怡宁塑胶模具设计 阅读(847) 评论(1) 推荐(0)

摘要: C++ Session *theSession = Session::GetSession(); Part *workPart(theSession->Parts()->Work()); Part *displayPart(theSession->Parts()->Display()); //NXO 阅读全文
posted @ 2020-12-23 10:35 怡宁塑胶模具设计 阅读(576) 评论(0) 推荐(0)

摘要: theDialog->TopBlock()->FindBlock("Dialog")->GetProperties()->SetString("Label","制作:Alan Huang ");//对话框标题设置 group0->GetProperties()->SetString("Label", 阅读全文
posted @ 2020-12-23 10:04 怡宁塑胶模具设计 阅读(719) 评论(0) 推荐(0)

摘要: C++ //创建圆柱 Features::Feature *nullFeatures_Feature(NULL); Features::CylinderBuilder *cylinderbuilder1; cylinderbuilder1 = workPart->Features()->Create 阅读全文
posted @ 2020-12-23 08:02 怡宁塑胶模具设计 阅读(351) 评论(0) 推荐(0)

摘要: C++ Session *theSession = Session::GetSession();//获得绘画窗口 Part *workPart(theSession->Parts()->Work());//工作部件 Part *displayPart(theSession->Parts()->Dis 阅读全文
posted @ 2020-12-23 07:56 怡宁塑胶模具设计 阅读(423) 评论(0) 推荐(0)