#include <uf.h>
#include <uf_obj.h>
#include <uf_part.h> using namespace NXOpen;
using std::string;
using std::exception;
using std::stringstream;
using std::endl;
using std::cout;
using std::cerr; //定义一个结构体记录
struct group
{
CString text;
std::vector<tag_t> boudaries;
std::vector<tag_t> charmfers;
std::vector<tag_t> slots;
}; struct AllFeats
{
std::vector<tag_t> maxBoudaries;
struct group CurveGroup;
}; //------------------------------------------------------------------------------
// NXOpen c++ test class
//------------------------------------------------------------------------------
class MyClass
{
// class members
public:
static Session *theSession;
static UI *theUI; MyClass();
~MyClass(); void do_it();
void print(const NXString &);
void print(const string &);
void print(const char*); //定义函数
void MyCurve(); AllFeats allFeats; private:
Part *workPart, *displayPart;
NXMessageBox *mb;
ListingWindow *lw;
LogFile *lf;
};

最新文章

  1. 实验:Oracle直接拷贝物理存储文件迁移
  2. 手机开发中的AP与BP的概念
  3. 【Java EE 学习 73】【数据采集系统第五天】【参与调查】【导航处理】【答案回显】【保存答案】
  4. C#使用StackTrace获取方法被谁调用
  5. BZOJ3732 Network
  6. Android基础知识
  7. python学习小结2:if和while控制语句
  8. 最简单的视音频播放示例6:OpenGL播放YUV420P(通过Texture,使用Shader)
  9. ORACLE 常用系统函数
  10. 【POJ1811】【miller_rabin + pollard rho + 快速乘】Prime Test
  11. c#读取xml文件配置文件Winform及WebForm-Demo具体解释
  12. Android Studio 自动生成 Java Doc
  13. listview相关代码整理
  14. NoSuchBeanDefinitionException: No qualifying bean of type &#39;org.springframework.web.servlet.view.InternalResourceViewResolver&#39; available
  15. 数据排序--vue
  16. tomcat server.xml结构
  17. 20175214 《Java程序设计》第9周学习总结
  18. WebStorm过期解决方法
  19. web和servlet一样的用法但是有区别
  20. Json:前台对象数组传到后台解析

热门文章

  1. shell脚本之用户管理
  2. javascript的简洁的写法
  3. linux文件目录颜色及特殊权限对应的颜色
  4. Elasticsearch之index_closed_exception
  5. XSS的原理分析与解剖:第四章(编码与绕过)*******************未看**********************
  6. 数据结构学习笔记&mdash;&mdash;顺序数组1
  7. C语言变长参数实现
  8. Codeforces 1119E Pavel and Triangles (贪心)
  9. 前端(二十一)—— vue指令:文本类指令、避免页面闪烁、v-bind指令、v-on指令、v-model指令、条件渲染指令、列表渲染指令
  10. 某个ip段可以访问mysql