怡宁塑胶模具设计

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

2021年3月6日

摘要: C++ 2010 workPart = theSession->Parts()->Work(); displayPart = theSession->Parts()->Display(); //图层一设为工作图层 std::vector<Layer::StateInfo> stateArray1(2 阅读全文
posted @ 2021-03-06 19:12 怡宁塑胶模具设计 阅读(391) 评论(0) 推荐(0) 编辑

2021年3月2日

摘要: VS2010 NX8.5 1.新建两个对话框: 主对话框(UseOtherDialogA) 点击主对话框按钮后弹出的对话框(AnyAngleDimension) 2. 新建项目UseOtherDialogA,并把这两个对话框的HPP和CPP文件加到项目 AnyAngleDimension.cpp 把 阅读全文
posted @ 2021-03-02 19:15 怡宁塑胶模具设计 阅读(639) 评论(0) 推荐(1) 编辑

摘要: //获取座标UI值 PropertyList *csysproperty = coord_system0->GetProperties(); std::vector<TaggedObject *> getCsys = csysproperty ->GetTaggedObjectVector("Sel 阅读全文
posted @ 2021-03-02 15:16 怡宁塑胶模具设计 阅读(371) 评论(0) 推荐(0) 编辑

2021年2月28日

摘要: #include <NXOpen/MeasureDistanceBuilder.hxx>#include <NXOpen/MeasureManager.hxx>#include <NXOpen/SelectDisplayableObject.hxx>#include <NXOpen/SelectDi 阅读全文
posted @ 2021-02-28 20:27 怡宁塑胶模具设计 阅读(261) 评论(0) 推荐(0) 编辑

摘要: C++ 2010 //用户代码#include <NXOpen/ListingWindow.hxx> //打印信息#include <NXOpen/NXException.hxx> //异常处理#include <NXOpen/Part.hxx>#include <NXOpen/PartCollec 阅读全文
posted @ 2021-02-28 16:52 怡宁塑胶模具设计 阅读(428) 评论(0) 推荐(0) 编辑

摘要: C++ 2010 #include <uf.h>#include <uf_object_types.h>#include <uf_obj.h>#include <uf_modl.h>#include <uf_assem.h>#include <uf_kf.h>#include <uf_ui.h>#i 阅读全文
posted @ 2021-02-28 13:48 怡宁塑胶模具设计 阅读(510) 评论(0) 推荐(0) 编辑

摘要: #include <NXOpen/Session.hxx> #include <NXOpen/Part.hxx> #include <NXOpen/PartCollection.hxx> #include <NXOpen/Features_FeatureCollection.hxx> #includ 阅读全文
posted @ 2021-02-28 12:04 怡宁塑胶模具设计 阅读(674) 评论(0) 推荐(0) 编辑

2021年2月27日

摘要: C++ 2010 //获取UI值和路径void CreateNewComponent::GetUIValueandPath() { try { NewName.clear(); NewNamePath.clear(); selectBodys.clear(); //获取显示部件的全路径 partfu 阅读全文
posted @ 2021-02-27 16:55 怡宁塑胶模具设计 阅读(289) 评论(0) 推荐(0) 编辑

2021年2月25日

摘要: C++ 2010 #include <NXOpen/Annotations.hxx>#include <NXOpen/Annotations_AnnotationManager.hxx>#include <NXOpen/Annotations_CenterlineCollection.hxx>#in 阅读全文
posted @ 2021-02-25 13:34 怡宁塑胶模具设计 阅读(468) 评论(0) 推荐(0) 编辑

2021年2月24日

摘要: C++ 2010 HPP //用户头文件#include <NXOpen/Part.hxx>#include <NXOpen/PartCollection.hxx>#include <NXOpen/CartesianCoordinateSystem.hxx>#include <NXOpen/Coor 阅读全文
posted @ 2021-02-24 15:57 怡宁塑胶模具设计 阅读(291) 评论(0) 推荐(0) 编辑