摘要:
C++ //用户头文件#include <uf_ui.h>#include <NXOpen/Body.hxx>#include <NXOpen/BodyCollection.hxx>#include <NXOpen/BodyDumbRule.hxx>#include <NXOpen/Builder. 阅读全文
摘要:
C++ //用户头文件#include <uf_ui.h>#include <NXOpen/Body.hxx>#include <NXOpen/BodyCollection.hxx>#include <NXOpen/BodyDumbRule.hxx>#include <NXOpen/Builder. 阅读全文
摘要:
C++ //得到面的TAG PropertyList *selection0Props = selection0->GetProperties(); std::vector<NXOpen::TaggedObject*> theselection = selection0Props->GetTagge 阅读全文
摘要:
C+++ //用户代码 Point3d point = manip0->Origin(); //获取方位器的原点 Vector3d manip0X = manip0->XAxis(); //获取方位器的X方向 Vector3d manip0Y = manip0->YAxis(); //获取方位器的Y 阅读全文
摘要:
C++ //用户头文件#include <NXOpen/Body.hxx>#include <NXOpen/Builder.hxx>#include <NXOpen/Expression.hxx>#include <NXOpen/ExpressionCollection.hxx>#include < 阅读全文
摘要:
//用户头文件#include <NXOpen/BasePart.hxx>#include <NXOpen/Body.hxx>#include <NXOpen/BodyCollection.hxx>#include <NXOpen/Builder.hxx>#include <NXOpen/Geome 阅读全文
摘要:
NXOpen二次开发塑胶模具自动方体镶件 代码优化中 阅读全文
摘要:
VS2015 NX12 #include <uf_defs.h>#include <uf_ui_types.h>#include <iostream>#include <NXOpen/Session.hxx>#include <NXOpen/UI.hxx>#include <NXOpen/NXMes 阅读全文
摘要:
C++ Session *theSession = Session::GetSession(); Part *workPart(theSession->Parts()->Work()); Part *displayPart(theSession->Parts()->Display()); //NXO 阅读全文
摘要:
theDialog->TopBlock()->FindBlock("Dialog")->GetProperties()->SetString("Label","制作:Alan Huang ");//对话框标题设置 group0->GetProperties()->SetString("Label", 阅读全文
摘要:
C++ //创建圆柱 Features::Feature *nullFeatures_Feature(NULL); Features::CylinderBuilder *cylinderbuilder1; cylinderbuilder1 = workPart->Features()->Create 阅读全文
|