摘要:
C++ 2010 //用户代码 theSession->ListingWindow()->Open(); theSession->ListingWindow()->WriteLine("制作:Alan Huang QQ:185266370"); std::vector<Edge *> edges; 阅读全文
摘要:
C++ 2010 //用户代码 theSession->ListingWindow()->Open(); theSession->ListingWindow()->WriteLine("制作:Alan Huang QQ:185266370"); std::vector<Edge *> edges; 阅读全文
摘要:
C++ 2010 //用户代码 theSession->ListingWindow()->Open(); theSession->ListingWindow()->WriteLine("制作:Alan Huang QQ:185266370"); PartCollection *Pc = theSes 阅读全文
摘要:
C++ 关键代码 //导出STPvoid ExportFile::ExportSTPfile(){ try { UF_initialize(); string filepath = strDir + "\\" ;//拼接路径 //获取图层过滤 PropertyList *stringLayerPro 阅读全文
摘要:
C++ HPP 关键代码 //用户代码#include "ExtrudewithPreview.hpp"#include "NXOpen/Body.hxx"#include "NXOpen/Direction.hxx"#include "NXOpen/DisplayableObject.hxx"#i 阅读全文
摘要:
搞模具设计多年,习惯了自动出BOM。去年底公司搬到外地,由于家庭原因没有跟着公司去外地,在本地重新找了工作,但是新公司还是靠人工查数手动输入Excel表格做BOM,想找专业做二次开发的高手买来用,报价实在太高了,无奈边学习边做。 目前想要的功能已经基本实现,本人是NX二次开发小白,一路看Caesar 阅读全文
摘要:
C++ //用户头文件#include <NXOpen/ListingWindow.hxx> //打印信息#include <NXOpen/NXException.hxx> //异常处理#include <NXOpen/BasePart.hxx>#include <NXOpen/Body.hxx># 阅读全文
摘要:
// Mandatory UF Includes#include <uf.h>#include <uf_object_types.h> // Internal Includes#include <NXOpen/ListingWindow.hxx>#include <NXOpen/NXMessageB 阅读全文
摘要:
// Mandatory UF Includes#include <uf.h>#include <uf_object_types.h> // Internal Includes#include <NXOpen/ListingWindow.hxx>#include <NXOpen/NXMessageB 阅读全文
摘要:
//获取部件加载状态 bool isloading = true; Part *resCurrentProtype = dynamic_cast<Part *>(component1->Prototype()); if(resCurrentProtype == NULL) { isloading = 阅读全文
摘要:
//循环遍历组装组件并填充树列表 void AssemblyViewer::PopulateTree(NXOpen::Assemblies::Component *component){ std::vector<Component *> childComponent = component->Get 阅读全文
|