外部开发模式exe(不打开NX进行后台操作)以及封装exe传参调用 https://www.cnblogs.com/nxopen2018/p/12386103.html
远程开发模式(客户端和服务端).Ner和Jave远程框架 https://www.cnblogs.com/nxopen2018/p/15389255.html
 常用lib库文件 https://www.cnblogs.com/nxopen2018/p/10976030.html
如何在类外面定义一个结构体 https://www.cnblogs.com/nxopen2018/p/10976023.html
UFUN所有对象类型的宏定义 https://www.cnblogs.com/nxopen2018/p/10976007.html
UFUN结合NXOPEN开发_常用代码模板 https://www.cnblogs.com/nxopen2018/p/11876256.html

 

 

 

 

 

图为张弛每天幻想开车

NX二次开发-Ufun C函数例子目录【更新日期2022.4.16】

飞驰人生-张弛一段很励志的话:当拉力赛车在我身边呼啸而过,我知道!这将是我的一生热爱,我将为此一直奋斗!

 

UF公共类型
1 UF_begin_timer计时函数 https://www.cnblogs.com/nxopen2018/p/10957135.html
2 UF_end_timer计时函数 https://www.cnblogs.com/nxopen2018/p/11099462.html
3 UF_initialize初始化 https://www.cnblogs.com/nxopen2018/p/10952538.html
4 UF_terminate终止  https://www.cnblogs.com/nxopen2018/p/10957141.html 
5 UF_translate_variable获取环境变量路径  https://www.cnblogs.com/nxopen2018/p/10957146.html 
6 UF_ask_system_info获取系统相关信息  https://www.cnblogs.com/nxopen2018/p/10957155.html 
7 UF_set_variable设置环境变量  https://www.cnblogs.com/nxopen2018/p/10957152.html 
8 UF_ask_application_module获取当前所在的模块 https://www.cnblogs.com/nxopen2018/p/10957158.html
9 UF_get_fail_message输出UF函数使用错误 https://www.cnblogs.com/nxopen2018/p/11116249.html
10 UF_load_library调系统命令[UFUN调DLL] https://www.cnblogs.com/nxopen2018/p/11921313.html
11 UF_get_release获取当前主要版本的版本号 https://www.cnblogs.com/nxopen2018/p/14438048.html
12 tag转handle https://www.cnblogs.com/nxopen2018/p/14521215.html
13 handle转tag https://www.cnblogs.com/nxopen2018/p/14521232.html
14 UF_allocate_memory分配内存 https://www.cnblogs.com/nxopen2018/p/15240675.html
15 UF_reallocate_memory重新分配内存 https://www.cnblogs.com/nxopen2018/p/15240684.html

 

UF_CFI文件操作
1 uc4504打开本地文本文档 https://www.cnblogs.com/nxopen2018/p/10952574.html
2 uc4514a读取打开的文本文档 https://www.cnblogs.com/nxopen2018/p/11099437.html
3 uc4540关闭文本文档 https://www.cnblogs.com/nxopen2018/p/11099441.html
4 uc4524写入内容到文本文档 https://www.cnblogs.com/nxopen2018/p/11099447.html
5 UF_CFI_ask_file_exist判断文件是否存在 https://www.cnblogs.com/nxopen2018/p/11116088.html
6 uc4577获得系统唯一的临时名称 https://www.cnblogs.com/nxopen2018/p/15418836.html

 

UF_CSYS坐标系操作
1 UF_CSYS_ask_wcs获取WCS标识 https://www.cnblogs.com/nxopen2018/p/10952631.html
2 UF_CSYS_ask_csys_info获取坐标系信息 https://www.cnblogs.com/nxopen2018/p/10957168.html
3 UF_CSYS_ask_matrix_values获取矩阵值 https://www.cnblogs.com/nxopen2018/p/10957163.html
4 UF_CSYS_create_matrix创建一个3 x 3矩阵 https://www.cnblogs.com/nxopen2018/p/10957182.html
5 UF_CSYS_create_csys创建CSYS坐标系 https://www.cnblogs.com/nxopen2018/p/10957177.html
6 UF_CSYS_set_wcs设置WCS位置 https://www.cnblogs.com/nxopen2018/p/10957171.html
7 UF_CSYS_create_temp_csys创建临时坐标系 https://www.cnblogs.com/nxopen2018/p/10957181.html
8 UF_CSYS_set_wcs_display设置WCS显示 https://www.cnblogs.com/nxopen2018/p/10957175.html
9 UF_CSYS_map_point坐标系转换 https://www.cnblogs.com/nxopen2018/p/11809941.html
10 UF_CSYS_ask_matrix_of_object输入一个与矩阵关联的对象,得到矩阵的id https://www.cnblogs.com/nxopen2018/p/15426926.html
11 UF_CSYS_edit_matrix_of_object重新指定坐标系的矩阵 https://www.cnblogs.com/nxopen2018/p/15426983.html

 

UF_CURVE曲线和点
1 UF_CURVE_create_line创建直线(点-点) https://www.cnblogs.com/nxopen2018/p/10957289.html
2 UF_CURVE_create_line创建直线(起点-向量方向-长度) https://www.cnblogs.com/nxopen2018/p/10957300.html
3 UF_CURVE_create_arc_3point创建圆弧(三点圆弧)  https://www.cnblogs.com/nxopen2018/p/10957294.html
4 UF_CURVE_create_arc创建圆弧(圆心-半径) https://www.cnblogs.com/nxopen2018/p/10957296.html
5 UF_CURVE_create_arc_point_point_radius创建圆弧(起点-终点-半径)  https://www.cnblogs.com/nxopen2018/p/10957292.html
6 UF_CURVE_create_arc_center_radius创建圆弧(圆心-半径)  https://www.cnblogs.com/nxopen2018/p/10957304.html
7 UF_CURVE_ask_line_data获取直线的两个端点 https://www.cnblogs.com/nxopen2018/p/10957299.html
8 UF_CURVE_ask_arc_data圆弧矩阵标记、起始角和结束角(弧度测量)、圆弧中心坐标和圆弧半径(边可以用) https://www.cnblogs.com/nxopen2018/p/11853570.html
9 UF_CURVE_ask_proj_curves获取投影曲线里的曲线 https://www.cnblogs.com/nxopen2018/p/12387306.html
10 UF_CURVE_LINE_ARC__is_line_equal检验两条直线几何上是否不同 https://www.cnblogs.com/nxopen2018/p/13592446.html 
11 UF_CURVE_create_point创建点 https://www.cnblogs.com/nxopen2018/p/15409117.html

 

 UF_UI界面相关
1 uc1601窗口打印 https://www.cnblogs.com/nxopen2018/p/10957280.html
2 UF_UI_open_listing_window()打开信息窗口 https://www.cnblogs.com/nxopen2018/p/10957287.html
3 UF_UI_write_listing_window信息窗口打印 https://www.cnblogs.com/nxopen2018/p/10957285.html
4 uc1605多选菜单对话框 https://www.cnblogs.com/nxopen2018/p/11099385.html
5 UF_UI_create_filebox文件选择对话框 https://www.cnblogs.com/nxopen2018/p/11099356.html
6 UF_UI_create_filebox打开选择文件夹对话框 https://www.cnblogs.com/nxopen2018/p/11829577.html
7 vc弹出选择文件夹对话框 https://www.cnblogs.com/nxopen2018/p/11232120.html
8 UF_UI_message_dialog多按钮模态对话框 https://www.cnblogs.com/nxopen2018/p/11099351.html
9 uc1603单选菜单对话框 https://www.cnblogs.com/nxopen2018/p/10981531.html
10 UF_UI_point_construct点构造器 https://www.cnblogs.com/nxopen2018/p/11116261.html
11 UF_UI_select_feature特征选择对话框 https://www.cnblogs.com/nxopen2018/p/11116292.html
12 UF_UI_select_parameters参数选择对话框 https://www.cnblogs.com/nxopen2018/p/11116303.html 
13 UF_UI_select_point_collection点收集器 https://www.cnblogs.com/nxopen2018/p/11116313.html
14 UF_UI_select_sketch选择草图对话框 https://www.cnblogs.com/nxopen2018/p/11116319.html 
15 UF_UI_select_sketch_dimensions拾取草图尺寸对话框 https://www.cnblogs.com/nxopen2018/p/11116326.html
16 UF_UI_select_with_class_dialog按类选择对话框(多选对象) https://www.cnblogs.com/nxopen2018/p/11116335.html
17 UF_UI_select_with_single_dialog单对象选择对话框 https://www.cnblogs.com/nxopen2018/p/11116342.html
18 UF_UI_specify_plane拾取平面对话框 https://www.cnblogs.com/nxopen2018/p/11116350.html
19 UF_UI_specify_screen_position拾取屏幕位置 https://www.cnblogs.com/nxopen2018/p/11116357.html
20 UF_UI_specify_vector拾取向量对话框 https://www.cnblogs.com/nxopen2018/p/11116366.html
21 UF_UI_get_default_parent获取UG界面窗口句柄 https://www.cnblogs.com/nxopen2018/p/11191411.html
22 UF_UI_open_part打开part对话框 https://www.cnblogs.com/nxopen2018/p/11191525.html
23 UF_UI_save_listing_window将信息窗口中的文本保存到文本文件中 https://www.cnblogs.com/nxopen2018/p/11191563.html
24 UF_UI_exit_listing_window清除信息窗口中的内容,退出信息窗口 https://www.cnblogs.com/nxopen2018/p/11191607.html
25 UF_UI_close_listing_window关闭信息窗口 https://www.cnblogs.com/nxopen2018/p/11191621.html
26 UF_UI_is_listing_window_open查询信息窗口是否打开 https://www.cnblogs.com/nxopen2018/p/11191641.html
27 UF_MB_ask_button_id获取按钮的ID https://www.cnblogs.com/nxopen2018/p/11192026.html
28 UF_MB_ask_toggle_state获取切换按钮的当前状态 https://www.cnblogs.com/nxopen2018/p/11192038.html
29 UF_UI_create_toolbar创建经典工具栏 https://www.cnblogs.com/nxopen2018/p/11192043.html
30 UF_UI_set_toolbar_vis设置经典工具栏的可见性 https://www.cnblogs.com/nxopen2018/p/11192048.html
31 UF_UI_create_ribbon创建功能区工具栏 https://www.cnblogs.com/nxopen2018/p/11192052.html
32 UF_UI_set_ribbon_vis设置功能区工具栏的可见性 https://www.cnblogs.com/nxopen2018/p/11192061.html
33 UF_UI_remove_toolbar删除经典工具栏 https://www.cnblogs.com/nxopen2018/p/11192065.html
34 UF_UI_remove_ribbon删除功能区工具栏 https://www.cnblogs.com/nxopen2018/p/11192072.html
35 uc1600字符串对话框 https://www.cnblogs.com/nxopen2018/p/11342774.html
36 UF_UI_lock_ug_access对话框加锁 https://www.cnblogs.com/nxopen2018/p/11123284.html
37 UF_UI_unlock_ug_access对话框解锁 https://www.cnblogs.com/nxopen2018/p/11123290.html
38 UF_UI_add_to_class_sel将UDOTestClass类的显示名称加入到类选择对话框的类列表中 https://www.cnblogs.com/nxopen2018/p/12301949.html
39 UF_UI_ask_global_sel_object_list不用UI控件,鼠标选中对象获得tag https://www.cnblogs.com/nxopen2018/p/12926290.html
40 uc1609获取小数类型输入值 https://www.cnblogs.com/nxopen2018/p/14438351.html
41 uc1608获取整形输入值 https://www.cnblogs.com/nxopen2018/p/14438391.html
42 uc1613可获取字符串等多种类型的输入值 https://www.cnblogs.com/nxopen2018/p/14438470.html
43 UF_UI_set_status在NX状态区显示一行文本 https://www.cnblogs.com/nxopen2018/p/15024061.html
44 UF_UI_set_prompt在NX提示区显示一行文本 https://www.cnblogs.com/nxopen2018/p/15024045.html
45 UF_UI_add_to_sel_list向选择列表添加对象(加入到全局链表) https://www.cnblogs.com/nxopen2018/p/15228231.html
46 UF_UI_display_nonmodal_msg非模态提示框 https://www.cnblogs.com/nxopen2018/p/15245078.html
47 UF_UI_ask_create_part_filename新建文件选择对话框 https://www.cnblogs.com/nxopen2018/p/15399883.html
48 UF_UI_ugmgr_ask_create_part_file_name https://www.cnblogs.com/nxopen2018/p/15399979.html
49 UF_UI_create_filebox_with_multiple_filters创建一个文件选择框对话框,它也支持多个文件选择过滤器 https://www.cnblogs.com/nxopen2018/p/15400028.html
50 UF_UI_get_default_parent获得NX的窗口句柄 https://www.cnblogs.com/nxopen2018/p/16154746.html

 

UF_DISP显示相关
1 UF_DISP_set_highlight高亮显示对象 https://www.cnblogs.com/nxopen2018/p/10957188.html
2 UF_DISP_create_image导出NX窗口区域图像 https://www.cnblogs.com/nxopen2018/p/12925905.html
3 UF_DISP_create_framed_image自定义尺寸导出NX窗口区域图像 https://www.cnblogs.com/nxopen2018/p/12926114.html
4 UF_DISP_set_display设置显示状态抑制显示 https://www.cnblogs.com/nxopen2018/p/15231458.html
5 UF_DISP_regenerate_display恢复显示 https://www.cnblogs.com/nxopen2018/p/15231468.html

 

UF_DRF制图符号标注尺寸
1 UF_DRF_create_note创建工程图注释 https://www.cnblogs.com/nxopen2018/p/10957200.html
2 UF_DRF_create_image_from_file工程图插入PNG图片 https://www.cnblogs.com/nxopen2018/p/11116217.html
3 UF_DRF_set_image_height设置工程图PNG图片高度 https://www.cnblogs.com/nxopen2018/p/11116226.html
4 UF_DRF_set_image_width设置工程图PNG图片长度 https://www.cnblogs.com/nxopen2018/p/11116236.html
5 UF_DRF_ask_dim_info获取工程图尺寸的值 https://www.cnblogs.com/nxopen2018/p/11134561.html
6 uc5566更改图纸尺寸内容(编辑文本)  https://www.cnblogs.com/nxopen2018/p/11134669.html
7 UF_DRF_ask_appended_text获取尺寸的附加文本 https://www.cnblogs.com/nxopen2018/p/11134882.html
8 UF_DRF_set_appended_text设置尺寸的附加尺寸 https://www.cnblogs.com/nxopen2018/p/11135106.html
9 UF_DRF_ask_origin获得制图中对象的坐标点 https://www.cnblogs.com/nxopen2018/p/11147688.html
10 UF_DRF_add_controlling_exp创建图纸尺寸表达式抑制 https://www.cnblogs.com/nxopen2018/p/11203963.html
11 UF_DRF_ask_controlling_exp获得图纸抑制尺寸的表达式 https://www.cnblogs.com/nxopen2018/p/11204072.html
12 UF_DRF_ask_text_data读取工程图注释 https://www.cnblogs.com/nxopen2018/p/11619880.html
13 UF_DRF_ask_ann_data询问注释对象的数据 https://www.cnblogs.com/nxopen2018/p/11619884.html
14 UF_DRF_ask_dimension_text读取图纸尺寸的值 https://www.cnblogs.com/nxopen2018/p/12006281.html
15 UF_DRF_create_horizontal_dim创建图纸水平尺寸标注 https://www.cnblogs.com/nxopen2018/p/13693623.html
16 UF_DRF_create_vertical_dim创建图纸竖直尺寸标注 https://www.cnblogs.com/nxopen2018/p/13693682.html
17 UF_DRF_create_angular_dim创建角度尺寸标注 https://www.cnblogs.com/nxopen2018/p/13702495.html
18 UF_DRF_create_perpendicular_dim创建垂直尺寸标注 https://www.cnblogs.com/nxopen2018/p/13702505.html
19 uc5540创建图纸注释 https://www.cnblogs.com/nxopen2018/p/14438003.html

 

UF_DRAW制图创建与查询
1 UF_DRAW_create_drawing新建工程图  https://www.cnblogs.com/nxopen2018/p/10957650.html
2 UF_DRAW_open_drawing打开工程图 https://www.cnblogs.com/nxopen2018/p/10957672.html
3 UF_DRAW_rename_drawing重命名工程图  https://www.cnblogs.com/nxopen2018/p/10957668.html
4 UF_DRAW_delete_drawing删除工程图 https://www.cnblogs.com/nxopen2018/p/10957665.html
5 UF_DRAW_ask_drawings获取图纸页的数量和tag https://www.cnblogs.com/nxopen2018/p/10957662.html
6 UF_DRAW_ask_drawing_info获取工程图详细信息 https://www.cnblogs.com/nxopen2018/p/10957658.html
7 UF_DRAW_ask_current_drawing返回当前图纸页的Tag  https://www.cnblogs.com/nxopen2018/p/10957654.html
8 UF_DRAW_import_view工程图导入视图 https://www.cnblogs.com/nxopen2018/p/10957643.html
9 UF_DRAW_initialize_view_info工程图初始化视图信息  https://www.cnblogs.com/nxopen2018/p/10957641.html
10 UF_DRAW_update_one_view工程图更新视图 https://www.cnblogs.com/nxopen2018/p/10957635.html
11 UF_DRAW_add_orthographic_view添加工程图投影视图 https://www.cnblogs.com/nxopen2018/p/10957630.html
12 UF_DRAW_ask_border_color获取工程图视图边界线颜色 https://www.cnblogs.com/nxopen2018/p/11116108.html
13 UF_DRAW_ask_border_display获取工程图视图边界线是否显示 https://www.cnblogs.com/nxopen2018/p/11116120.html
14 UF_DRAW_ask_drawing_of_view由工程图视图tag获取图纸页tag https://www.cnblogs.com/nxopen2018/p/11116131.html
15 UF_DRAW_rename_drawing重命名图纸页 https://www.cnblogs.com/nxopen2018/p/11116145.html
16 UF_DRAW_ask_num_drawings获得图纸页数量 https://www.cnblogs.com/nxopen2018/p/11116157.html 
17 UF_DRAW_ask_num_views获得当前图纸页有多少个视图 https://www.cnblogs.com/nxopen2018/p/11116167.html
18 UF_DRAW_move_view移动工程图视图 https://www.cnblogs.com/nxopen2018/p/11116175.html 
19 UF_DRAW_set_view_scale更改视图比例大小 https://www.cnblogs.com/nxopen2018/p/11116184.html
20 UF_DRAW_set_border_display设置视图边界线显示隐藏 https://www.cnblogs.com/nxopen2018/p/11116189.html
21 UF_DRAW_ask_views获取工程图所有视图 https://www.cnblogs.com/nxopen2018/p/11116196.html
22 UF_DRAW_move_view_to_drawing移动工程图视图到另一个图纸页 https://www.cnblogs.com/nxopen2018/p/11116208.html
23 UF_DRAW_set_drawing_info更改图纸页比例 https://www.cnblogs.com/nxopen2018/p/11116213.html
24 UF_DRAW_ask_view_borders获取图纸视图最大边界和视图中心点 https://www.cnblogs.com/nxopen2018/p/11675895.html
25 UF_OBJ_ask_name获得视图的名字 https://www.cnblogs.com/nxopen2018/p/12520476.html
26 UF_DRAW_upd_out_of_date_views更新图纸所有视图 https://www.cnblogs.com/nxopen2018/p/13658521.html
27 UF_DRAW_ask_drafting_curve_parents通过图纸视图抽取边2D对象如何找到对应的3D对象实体边 https://www.cnblogs.com/nxopen2018/p/15450635.html

 

UF_STD快速成形
1 UF_STD_put_solid_in_stl_file将实体放入STL文件中 https://www.cnblogs.com/nxopen2018/p/10957264.html
2 UF_STD_open_binary_stl_file| 打开二进制STL文件 https://www.cnblogs.com/nxopen2018/p/10957273.html
3 UF_STD_close_stl_file| 关闭STL文件 https://www.cnblogs.com/nxopen2018/p/10957270.html

 

UF_EVAL曲线边分析
1 UF_EVAL_ask_line直线分析函数 https://www.cnblogs.com/nxopen2018/p/10957196.html
2 UF_EVALSF_initialize_2初始化一个面评估器结构 https://www.cnblogs.com/nxopen2018/p/15418769.html
3 UF_EVALSF_free释放一个面评估器结构 https://www.cnblogs.com/nxopen2018/p/15418784.html
4 UF_EVALSF_evaluate计算点和面在给定参数值处的导数 https://www.cnblogs.com/nxopen2018/p/15418775.html
5 UF_EVALSF_ask_face_uv_minmax计算面的u,v参数空间的最小值和最大值 https://www.cnblogs.com/nxopen2018/p/15418758.html

 

UF_OBJ NX对象与属性
1 UF_OBJ_cycle_objs_in_part遍历函数 https://www.cnblogs.com/nxopen2018/p/10957343.html
2 UF_OBJ_cycle_all遍历函数 https://www.cnblogs.com/nxopen2018/p/10957347.html
3 UF_OBJ_set_name设置对象名称函数 https://www.cnblogs.com/nxopen2018/p/10957352.html
4 UF_OBJ_set_translucency| 设置透明度 https://www.cnblogs.com/nxopen2018/p/10957339.html
5 UF_OBJ_is_displayable| 获取显示在NX交互界面的对象  https://www.cnblogs.com/nxopen2018/p/10957330.html
6 UF_OBJ_ask_type_and_subtype查询对象的类型和子类型  https://www.cnblogs.com/nxopen2018/p/10957335.html
7 UF_OBJ_ask_display_properties获取对象的显示属性(图层,颜色,空白状态,线宽,字体,高亮状态)  https://www.cnblogs.com/nxopen2018/p/10957334.html
8 UF_OBJ_delete_object删除对象 https://www.cnblogs.com/nxopen2018/p/10957327.html
9 UF_OBJ_set_blank_status隐藏对象  https://www.cnblogs.com/nxopen2018/p/10957326.html
10 UF_OBJ_cycle_by_name遍历名字 https://www.cnblogs.com/nxopen2018/p/10957320.html
11 UF_OBJ_cycle_by_name_and_type按类型遍历名字获取Tag https://www.cnblogs.com/nxopen2018/p/10957315.html
12 UF_OBJ_set_layer将对象移动到图层 https://www.cnblogs.com/nxopen2018/p/11147823.html
13 UF_OBJ_set_font设置对象线型 https://www.cnblogs.com/nxopen2018/p/11821414.html
14 UF_OBJ_ask_owning_part输入对象获得对象所在的部件tag https://www.cnblogs.com/nxopen2018/p/12305800.html
15 UF_OBJ_ask_translucency获取对象的透明度 https://www.cnblogs.com/nxopen2018/p/12324203.html
16 UF_OBJ_set_color设置对象(点线面体)的颜色 https://www.cnblogs.com/nxopen2018/p/14466028.html
17 UF_OBJ_set_layer_allow_hidden将对象移动到隐藏层257层 https://www.cnblogs.com/nxopen2018/p/14502294.html

 

UF_MTX矩阵操作
1 UF_MTX3_initialize输入X向量Y向量输出一个3*3矩阵 https://www.cnblogs.com/nxopen2018/p/10957219.html

 

UF_PART访问处理部件
1 UF_PART_import导入部件/导入图框 https://www.cnblogs.com/nxopen2018/p/10957234.html
2 UF_PART_ask_display_part获取当前显示部件的TAG https://www.cnblogs.com/nxopen2018/p/10957226.html
3 UF_PART_ask_part_name获取当前part所在路径 https://www.cnblogs.com/nxopen2018/p/11147840.html
4 UF_PART_set_display_part设置当前显示部件 https://www.cnblogs.com/nxopen2018/p/12305391.html
5 UF_PART_new新建part https://www.cnblogs.com/nxopen2018/p/12309547.html
6 UF_PART_save保存part https://www.cnblogs.com/nxopen2018/p/12309556.html
7 UF_PART_save_as另存为part https://www.cnblogs.com/nxopen2018/p/12309597.html
8 UF_PART_open打开part https://www.cnblogs.com/nxopen2018/p/12309635.html
9 UF_PART_close关闭part https://www.cnblogs.com/nxopen2018/p/12309645.html
10 UF_PART_ask_num_parts获取当前会话中加载的部件数量 https://www.cnblogs.com/nxopen2018/p/12309683.html
11 UF_PART_ask_units获取part的单位(公制/英制) https://www.cnblogs.com/nxopen2018/p/12309721.html
12 UF_PART_close_all关闭当前会话中的所有部分 https://www.cnblogs.com/nxopen2018/p/12309760.html
13 UF_PART_rename重命名part https://www.cnblogs.com/nxopen2018/p/12309789.html
14 UF_PART_is_modified获得prt是否被修改 https://www.cnblogs.com/nxopen2018/p/14013338.html
15 UF_PART_is_loaded获得prt是否被加载 https://www.cnblogs.com/nxopen2018/p/14015360.html

 

UF_VEC向量相关
1 UF_VEC3_distance计算两点距离 https://www.cnblogs.com/nxopen2018/p/10957249.html
2 UF_VEC3_angle_between已知两个向量方向求夹角角度 https://www.cnblogs.com/nxopen2018/p/10957257.html
3 UF_VEC3_cross求两个向量的叉乘 https://www.cnblogs.com/nxopen2018/p/10957253.html
4 UF_VEC3_is_equal确定两个向量在指定的公差内是否相等(三维向量) https://www.cnblogs.com/nxopen2018/p/12313498.html
5 UF_VEC2_is_equal确定两个向量在指定的公差内是否相等(二维向量) https://www.cnblogs.com/nxopen2018/p/12313524.html
6 UF_VEC2_is_parallel确定两个向量在指定的公差内是否平行(二维向量) https://www.cnblogs.com/nxopen2018/p/12313555.html
7 UF_VEC2_is_perpendicular确定两个向量在指定的公差内是否垂直(二维向量) https://www.cnblogs.com/nxopen2018/p/12313587.html
8 UF_VEC3_is_perpendicular确定两个向量在指定的公差内是否垂直(三维向量) https://www.cnblogs.com/nxopen2018/p/12313596.html
9 UF_VEC3_is_parallel确定两个向量在指定的公差内是否平行(三维向量) https://www.cnblogs.com/nxopen2018/p/12313613.html
10 UF_VEC4_is_equal确定两个向量在指定的公差内是否相等(四维向量) https://www.cnblogs.com/nxopen2018/p/12313706.html
11 UF_VEC3_is_equal判断两个向量是否相等 https://www.cnblogs.com/nxopen2018/p/12926483.html
12 UF_VEC2_add求两个二维向量相加 https://www.cnblogs.com/nxopen2018/p/15345669.html
13 UF_VEC2_distance计算两点距离(二维向量) https://www.cnblogs.com/nxopen2018/p/15391317.html
14 UF_VEC2_is_zero判断一个二维向量在指定的公差内是否为零 https://www.cnblogs.com/nxopen2018/p/15391377.html
15 UF_VEC3_is_zero判断一个三维向量在指定的公差内是否为零 https://www.cnblogs.com/nxopen2018/p/15391390.html
16 UF_VEC4_is_zero判断一个四维向量在指定的公差内是否为零 https://www.cnblogs.com/nxopen2018/p/15391399.html
17 UF_VEC2_midpt计算线段中点的坐标(二维) https://www.cnblogs.com/nxopen2018/p/15391444.html
18 UF_VEC3_midpt计算线段中点的坐标(三维) https://www.cnblogs.com/nxopen2018/p/15391470.html
19 UF_VEC2_scale缩放向量的坐标(二维) https://www.cnblogs.com/nxopen2018/p/15391490.html
20 UF_VEC3_scale缩放向量的坐标(三维) https://www.cnblogs.com/nxopen2018/p/15391502.html
21 UF_VEC4_scale缩放向量的坐标(四维) https://www.cnblogs.com/nxopen2018/p/15391509.html
22 UF_VEC3_add执行三维向量加法并返回向量 https://www.cnblogs.com/nxopen2018/p/15400082.html
23 UF_VEC2_vec3将2D矢量转换为3D矢量,设置z坐标为零 https://www.cnblogs.com/nxopen2018/p/15400110.html
24 UF_VEC3_vec2将3D矢量转换为2D矢量,去掉它的z坐标三维向量 https://www.cnblogs.com/nxopen2018/p/15400126.html
25 UF_VEC3_vec4将3D矢量转换为4D矢量 https://www.cnblogs.com/nxopen2018/p/15400152.html
26 UF_VEC3_vec4将4D矢量转换为3D矢量 https://www.cnblogs.com/nxopen2018/p/15400197.html
27 UF_VEC3_dot两个向量点乘 https://www.cnblogs.com/nxopen2018/p/15415851.html
28 UF_VEC2_sub求两个二维向量相减 https://www.cnblogs.com/nxopen2018/p/15418528.html
29 UF_VEC3_sub求两个三维向量相减 https://www.cnblogs.com/nxopen2018/p/15418545.html
30 UF_VEC2_ask_perpendicular求一个二维向量的垂直向量 https://www.cnblogs.com/nxopen2018/p/15418605.html
31 UF_VEC3_ask_perpendicular求一个三维向量的垂直向量 https://www.cnblogs.com/nxopen2018/p/15418630.html
34 UF_VEC3_convex_comb计算一条直线的两个端点之间的点的位置(点由百分比控制) https://www.cnblogs.com/nxopen2018/p/15418726.html
35 UF_VEC2_convex_comb计算一条直线的两个端点之间的点的位置(点由百分比控制)二维向量 https://www.cnblogs.com/nxopen2018/p/15418749.html
36 UF_VEC2_copy复制一个二维向量 https://www.cnblogs.com/nxopen2018/p/15422827.html
37 UF_VEC3_copy复制一个三维向量 https://www.cnblogs.com/nxopen2018/p/15422867.html
38 UF_VEC4_copy复制一个四维向量 https://www.cnblogs.com/nxopen2018/p/15422902.html
39 UF_VEC2_cross求两个二维向量的叉乘 https://www.cnblogs.com/nxopen2018/p/15422952.html
40 UF_VEC3_distance_to_plane计算从点到平面的法向距离 https://www.cnblogs.com/nxopen2018/p/15422984.html
41 UF_VEC2_negate把一个二维向量进行反向 https://www.cnblogs.com/nxopen2018/p/15426450.html
42 UF_VEC3_negate把一个三维向量进行反向 https://www.cnblogs.com/nxopen2018/p/15426473.html
43 UF_VEC3_triple计算三个向量的三重标量积 https://www.cnblogs.com/nxopen2018/p/15426576.html
44 UF_VEC2_rotate使一个二维向量围绕垂直于该平面的直线旋转 向量通过向量原点 https://www.cnblogs.com/nxopen2018/p/15426626.html

 

UF_VIEW|视图操作
1 UF_VIEW_fit_view适应窗口 https://www.cnblogs.com/nxopen2018/p/10957192.html
2 UF_VIEW_rotate_view旋转视图 https://www.cnblogs.com/nxopen2018/p/10981643.html
3 UF_VIEW_map_model_to_drawing将建模绝对空间中的点映射到工程图坐标 https://www.cnblogs.com/nxopen2018/p/11811290.html
4 UF_VIEW_map_drawing_to_model将工程图中的点坐标映射到建模绝对坐标  https://www.cnblogs.com/nxopen2018/p/11811295.html 
5 UF_VIEW_ask_work_view获得工作视图的tag https://www.cnblogs.com/nxopen2018/p/12301800.html
6 UF_VIEW_rotate_view_abs_csys指定原点和轴旋转视图 https://www.cnblogs.com/nxopen2018/p/13657536.html
7 UF_VIEW_rotate_view使用视图中心为原点旋转视图 https://www.cnblogs.com/nxopen2018/p/13657581.html

 

UF_MODL模型创建与查询
1 UF_MODL_create_block创建块   https://www.cnblogs.com/nxopen2018/p/10975928.html
2 UF_MODL_create_block1创建块   https://www.cnblogs.com/nxopen2018/p/10975844.html
3 UF_MODL_create_cyl1创建圆柱   https://www.cnblogs.com/nxopen2018/p/10975966.html
4 UF_MODL_create_sphere1创建球   https://www.cnblogs.com/nxopen2018/p/10975998.html
5 UF_MODL_create_cone1创建圆锥   https://www.cnblogs.com/nxopen2018/p/10975973.html
6 UF_MODL_create_extruded拉伸   https://www.cnblogs.com/nxopen2018/p/10975827.html
7 UF_MODL_create_mirror_body创建镜像体   https://www.cnblogs.com/nxopen2018/p/10975868.html
8 UF_MODL_create_fixed_dplane创建固定的基准平面    https://www.cnblogs.com/nxopen2018/p/10975818.html
9 UF_MODL_create_extruded2拉伸   https://www.cnblogs.com/nxopen2018/p/10975861.html
10 UF_MODL_create_list创建链表   https://www.cnblogs.com/nxopen2018/p/10975782.html
11 UF_MODL_put_list_item将对象添加到链表    https://www.cnblogs.com/nxopen2018/p/10975782.html
12 UF_MODL_ask_list_count查询链表数量    https://www.cnblogs.com/nxopen2018/p/10975782.html
13 UF_MODL_ask_list_item获取链表里的所有对象   https://www.cnblogs.com/nxopen2018/p/10975782.html
14 UF_MODL_delete_list_item删除链表的对象   https://www.cnblogs.com/nxopen2018/p/10975782.html
15 UF_MODL_delete_list删除链表   https://www.cnblogs.com/nxopen2018/p/10975782.html
16 UF_MODL_ask_feat_body特征找体   https://www.cnblogs.com/nxopen2018/p/10975824.html
17 UF_MODL_ask_body_faces体找面   https://www.cnblogs.com/nxopen2018/p/10975876.html
18 UF_MODL_ask_face_data获取面的法向向量   https://www.cnblogs.com/nxopen2018/p/10975830.html
19 UF_MODL_ask_feat_body特征找体    https://www.cnblogs.com/nxopen2018/p/10975836.html
20 UF_MODL_ask_feat_edges特征找边   https://www.cnblogs.com/nxopen2018/p/10975836.html
21 UF_MODL_ask_feat_direction特征找方向   https://www.cnblogs.com/nxopen2018/p/10975836.html
22 UF_MODL_ask_feat_faces特征找面   https://www.cnblogs.com/nxopen2018/p/10975836.html
23 UF_MODL_ask_feat_name获取特征的时间戳记名字   https://www.cnblogs.com/nxopen2018/p/10975836.html
24 UF_MODL_ask_edge_verts获取边的端点   https://www.cnblogs.com/nxopen2018/p/10975840.html
25 UF_MODL_ask_face_loops查询面的边界   https://www.cnblogs.com/nxopen2018/p/10975819.html
26 UF_MODL_ask_loop_list_count查询面的边界链表数量   https://www.cnblogs.com/nxopen2018/p/10975819.html
27 UF_MODL_ask_loop_list_item查询面的边界类型   https://www.cnblogs.com/nxopen2018/p/10975819.html
28 UF_MODL_trace_a_ray发射线函数   https://www.cnblogs.com/nxopen2018/p/10975777.html
29 UF_MODL_ask_sphere_parms获取球的参数   https://www.cnblogs.com/nxopen2018/p/10975991.html
30 UF_MODL_ask_block_parms获取块的参数   https://www.cnblogs.com/nxopen2018/p/10975981.html
31 UF_MODL_ask_cylinder_parms获取圆柱的参数   https://www.cnblogs.com/nxopen2018/p/10975975.html
32 UF_MODL_ask_cone_parms获取圆锥参数   https://www.cnblogs.com/nxopen2018/p/10975973.html
33 UF_MODL_create_blend| 创建倒圆   https://www.cnblogs.com/nxopen2018/p/10975958.html
34 UF_MODL_create_chamfer创建倒角   https://www.cnblogs.com/nxopen2018/p/10975954.html
35 UF_MODL_create_plane创建基准平面   https://www.cnblogs.com/nxopen2018/p/10975950.html
36 UF_MODL_create_bsurf创建B面   https://www.cnblogs.com/nxopen2018/p/10975923.html
37 UF_MODL_create_exp创建表达式(无TAG)   https://www.cnblogs.com/nxopen2018/p/10975947.html
38 UF_MODL_create_exp_tag创建表达式(有TAG)   https://www.cnblogs.com/nxopen2018/p/10975942.html
39 UF_MODL_ask_exp输入表达式名称,获取它的名称和值   https://www.cnblogs.com/nxopen2018/p/10975937.html
40 UF_MODL_ask_exps_of_feature输入特征TAG,获取特征所有表达式TAG和个数   https://www.cnblogs.com/nxopen2018/p/10975934.html
41 UF_MODL_ask_exps_of_part输入Part的TAG,获取整个部件表达式的TAG和表达式个数   https://www.cnblogs.com/nxopen2018/p/10975933.html
42 UF_MODL_ask_exp_tag_string输入表达式TAG,得到表达式字符串   https://www.cnblogs.com/nxopen2018/p/10975910.html
43 UF_MODL_ask_exp_tag_value输入表达式TAG,得到表达式值   https://www.cnblogs.com/nxopen2018/p/10975905.html
44 UF_MODL_ask_minimum_dist求两个对象最短距离   https://www.cnblogs.com/nxopen2018/p/10975886.html
45 UF_MODL_ask_bounding_box求对象的最大边界框   https://www.cnblogs.com/nxopen2018/p/10975871.html
46 UF_MODL_ask_body_type查询体的类型为实体还是片体   https://www.cnblogs.com/nxopen2018/p/10975898.html 
47 UF_MODL_create_revolved创建旋转   https://www.cnblogs.com/nxopen2018/p/10975808.html 
48 UF_MODL_intersect_objects获取两个对象的交点    https://www.cnblogs.com/nxopen2018/p/10975804.html 
49 UF_MODL_ask_distance_tolerance获取建模的长度公差    https://www.cnblogs.com/nxopen2018/p/10975802.html 
50 UF_MODL_ask_angle_tolerance获取建模的角度公差    https://www.cnblogs.com/nxopen2018/p/10975799.html 
51 UF_MODL_create_bplane创建有界平面    https://www.cnblogs.com/nxopen2018/p/10975794.html
52 UF_MODL_ask_point_containment获取一个点是在体(面,边)的边界内部,外部,还是边界上   https://www.cnblogs.com/nxopen2018/p/10975789.html
53 UF_MODL_ask_adjac_faces获取相邻面    https://www.cnblogs.com/nxopen2018/p/10975785.html 
54 UF_MODL_ask_edge_smoothness获取边的光顺性(找相切面)   https://www.cnblogs.com/nxopen2018/p/11070051.html 

55

UF_MODL_create_set_of_feature建模创建特征组

  https://www.cnblogs.com/nxopen2018/p/11013213.html 

56

UF_MODL_ask_face_parm获取点在面上U,V方向的位置

  https://www.cnblogs.com/nxopen2018/p/11722742.html
57 UF_MODL_ask_face_props获取点在面上的向量方向   https://www.cnblogs.com/nxopen2018/p/11722750.html 
58 UF_MODL_import_exp导入表达式   https://www.cnblogs.com/nxopen2018/p/11853239.html
59 UF_MODL_ask_body_edges体找边   https://www.cnblogs.com/nxopen2018/p/11853549.html
60 UF_MODL_ask_edge_type获得边的类型   https://www.cnblogs.com/nxopen2018/p/11853556.html
61 UF_MODL_unite_bodies_with_retained_options相加布尔操作,可保留或删除目标体,工具体   https://www.cnblogs.com/nxopen2018/p/11991869.html
62 UF_MODL_trim_body修剪体   https://www.cnblogs.com/nxopen2018/p/11991916.html
63 UF_MODL_create_tube创建管道   https://www.cnblogs.com/nxopen2018/p/12301907.html
64 UF_MODL_create_proj_curves创建投影曲线   https://www.cnblogs.com/nxopen2018/p/12387287.html
65 UF_MODL_ask_proj_curves获取投影曲线里的曲线   https://www.cnblogs.com/nxopen2018/p/12387297.html
66 UF_MODL_create_linear_iset创建直线阵列   https://www.cnblogs.com/nxopen2018/p/12925802.html
67 UF_MODL_create_circular_iset创建圆形阵列   https://www.cnblogs.com/nxopen2018/p/12925844.html
68 UF_MODL_ask_object遍历获得可用对象   https://www.cnblogs.com/nxopen2018/p/12961059.html
69 UF_MODL_ask_feat_object从特征中获取对象   https://www.cnblogs.com/nxopen2018/p/12969337.html
70 UF_MODL_intersect_curve_to_curve获得两条曲线的交点   https://www.cnblogs.com/nxopen2018/p/13251483.html
71 UF_MODL_create_sweep创建扫掠   https://www.cnblogs.com/nxopen2018/p/13458899.html
72 UF_MODL_ask_proj_curves获取投影曲线里的曲线   https://www.cnblogs.com/nxopen2018/p/12387297.html
73 UF_MODL_dissect_exp_string分割表达式提取左值和右值   https://www.cnblogs.com/nxopen2018/p/13657770.html
74 UF_MODL_split_body创建分割体   https://www.cnblogs.com/nxopen2018/p/13693468.html
75 UF_MODL_create_points_feature创建点集   https://www.cnblogs.com/nxopen2018/p/14012879.html
76 UF_MODL_ask_points_parms获取点集里的点数量和所有点tag   https://www.cnblogs.com/nxopen2018/p/14013244.html
77 UF_MODL_edit_points_parms替换点集中的点   https://www.cnblogs.com/nxopen2018/p/14013266.html
78  UF_MODL_ask_mass_props_3d获得体的表面积,体积,重心等    https://www.cnblogs.com/nxopen2018/p/14126322.html
79 UF_MODL_create_relative_dplane根据输入的约束创建相对的基准面   https://www.cnblogs.com/nxopen2018/p/14402046.html
80 UF_MODL_create_isocurve在面上创建等参数曲线   https://www.cnblogs.com/nxopen2018/p/14413359.html
81 UF_MODL_extract_fac提取面   https://www.cnblogs.com/nxopen2018/p/15231884.html
82 UF_MODL_ask_obj_dimensionality获取几何对象的维数   https://www.cnblogs.com/nxopen2018/p/15409203.html
83 uf6511复制一个体   https://www.cnblogs.com/nxopen2018/p/15415632.html

 

UF_CGMCGM模块
1 UF_CGM_export_cgm将工程图转成CGM和PDF https://www.cnblogs.com/nxopen2018/p/10952612.html
2 UF_CGM_ask_default_export_options获取NX系统默认导出CGM的选项设置 https://www.cnblogs.com/nxopen2018/p/10957402.html
3 UF_CGM_ask_session_export_options获取当前导出CGM选项设置 https://www.cnblogs.com/nxopen2018/p/10957394.html
4 UF_CGM_set_session_export_options修改当前导出CGM文件选项设置 https://www.cnblogs.com/nxopen2018/p/10957390.html

 

UF_TABNOT表格注释
1 UF_TABNOT_ask_tabular_note_of_section工程图表格注释section转tag https://www.cnblogs.com/nxopen2018/p/10957375.html
2 UF_TABNOT_ask_nth_row工程图表格注释获取某一行的tag函数 https://www.cnblogs.com/nxopen2018/p/10957366.html
3 UF_TABNOT_ask_nth_column工程图表格注释获取某一列的tag函数 https://www.cnblogs.com/nxopen2018/p/10957379.html
4 UF_TABNOT_ask_cell_at_row_col工程图表格注释获取某一行某一列的tag函数 https://www.cnblogs.com/nxopen2018/p/10957361.html
5 UF_TABNOT_set_cell_text工程图表格注释写入文本内容 https://www.cnblogs.com/nxopen2018/p/10957358.html
6 UF_TABNOT_ask_default_cell_prefs工程图表格注释检索默认单元格首选项 https://www.cnblogs.com/nxopen2018/p/10957372.html
7 UF_TABNOT_set_cell_prefs工程图表格注释设置单元格首选项 https://www.cnblogs.com/nxopen2018/p/10957385.html
8 UF_TABNOT_ask_cell_text读取表格注释内容 https://www.cnblogs.com/nxopen2018/p/12044392.html

 

 UF_ASSEM装配相关
1  UF_ASSEM_ask_component_data获取装配部件的相关信息  https://www.cnblogs.com/nxopen2018/p/11342916.html
2  UF_ASSEM_use_alternate替换组件  https://www.cnblogs.com/nxopen2018/p/11343137.html
3 UF_ASSEM_substitute_component替换组件 https://www.cnblogs.com/nxopen2018/p/11343171.html
4 UF_ASSEM_ask_work_part获取当前工作部件tag https://www.cnblogs.com/nxopen2018/p/12305403.html
5 UF_ASSEM_add_part_to_assembly装配添加组件 https://www.cnblogs.com/nxopen2018/p/12305496.html
6 UF_ASSEM_set_work_part设置当前工作部件 https://www.cnblogs.com/nxopen2018/p/12305748.html
7 UF_PART_ask_part_tag通过prt名字得到prt的tag  https://www.cnblogs.com/nxopen2018/p/12305758.html
8 UF_ASSEM_reposition_instance移动组件 https://www.cnblogs.com/nxopen2018/p/12926382.html
9 UF_ASSEM_ask_root_part_occ获得装配树根tag https://www.cnblogs.com/nxopen2018/p/13696620.html
10 UF_ASSEM_ask_part_occ_children遍历装配树根下面的所有子组件 https://www.cnblogs.com/nxopen2018/p/13696649.html
11 UF_ASSEM_ask_inst_of_part_occ部件事件partocc转部件实例instance https://www.cnblogs.com/nxopen2018/p/13696683.html
12 UF_ASSEM_suppress_instances 组件抑制 https://www.cnblogs.com/nxopen2018/p/13696692.html
13 UF_ASSEM_unsuppress_instances取消组件抑制 https://www.cnblogs.com/nxopen2018/p/13696704.html
14 UF_ASSEM_ask_instance_of_name由装配实例名字得到实例tag https://www.cnblogs.com/nxopen2018/p/13696742.html
15 UF_ASSEM_ask_part_occurrence获取某个部件或对象事例的父部件或对象事例(PartOcc) https://www.cnblogs.com/nxopen2018/p/13782767.html
16 UF_ASSEM_set_search_directories设置装配加载选项,设置搜索目录的列表 https://www.cnblogs.com/nxopen2018/p/15345843.html
17 UF_ASSEM_ask_assem_options设置装配加载选项,将程序集选项的当前设置返回到选项中 https://www.cnblogs.com/nxopen2018/p/15345854.html
18 UF_ASSEM_set_assem_options设置装配加载选项,设置程序集选项的当前设置 https://www.cnblogs.com/nxopen2018/p/15345857.html

 

 

UF_LAYER图层相关
1 UF_LAYER_set_many_layers_status批量操作图层状态  https://www.cnblogs.com/nxopen2018/p/11848033.html
2 UF_LAYER_set_all_but_work设置除工作层之外的所有图层的状态  https://www.cnblogs.com/nxopen2018/p/11848023.html
3 UF_LAYER_ask_status获取图层的状态 https://www.cnblogs.com/nxopen2018/p/11848012.html
4 UF_LAYER_ask_category_info获取图层类别的信息 https://www.cnblogs.com/nxopen2018/p/11847997.html
5 UF_LAYER_ask_category_tag获取一个图层类别的tag https://www.cnblogs.com/nxopen2018/p/11847970.html
6 UF_LAYER_create_category创建图层类别 https://www.cnblogs.com/nxopen2018/p/11853299.html
7 UF_LAYER_edit_category_name编辑图层类别名字 https://www.cnblogs.com/nxopen2018/p/11853333.html 
8 UF_LAYER_edit_category_descr编辑图层类别描述 https://www.cnblogs.com/nxopen2018/p/11853346.html
9 UF_LAYER_edit_category_layer编辑添加哪些图层 https://www.cnblogs.com/nxopen2018/p/11853361.html
10 UF_LAYER_cycle_by_layer遍历图层 https://www.cnblogs.com/nxopen2018/p/11853384.html
11 UF_LAYER_ask_work_layer读取工作图层 https://www.cnblogs.com/nxopen2018/p/15240719.html

 

UF_UDOBJ自定义UDO对象
1 UF_UDOBJ_ask_udo_data查询UDO对象数据  https://www.cnblogs.com/nxopen2018/category/1597944.html
2 UF_UDOBJ_ask_class_data查询UDO类的名称 https://www.cnblogs.com/nxopen2018/category/1597944.html
3 UF_UDOBJ_create_class创建UDOTestClass类 https://www.cnblogs.com/nxopen2018/category/1597944.html
4 UF_UDOBJ_create_udo创建UDOTestClass类的对象 https://www.cnblogs.com/nxopen2018/category/1597944.html
5 UF_UDOBJ_create_udo_feature_from_udo创建UDO特征 https://www.cnblogs.com/nxopen2018/category/1597944.html
6 UF_UDOBJ_add_links将UDOTestClass类对象和特征链接 https://www.cnblogs.com/nxopen2018/category/1597944.html
7 UF_UDOBJ_add_owning_links将UDOTestClass类和对象以自有链接方式链接 https://www.cnblogs.com/nxopen2018/category/1597944.html
8 UF_UDOBJ_register_display_cb注册显示事件 https://www.cnblogs.com/nxopen2018/category/1597944.html
9 UF_UDOBJ_register_select_cb注册选择事件 https://www.cnblogs.com/nxopen2018/category/1597944.html
10 UF_UDOBJ_register_fit_cb注册fit事件 https://www.cnblogs.com/nxopen2018/category/1597944.html
11 UF_UDOBJ_register_edit_cb注册编辑事件 https://www.cnblogs.com/nxopen2018/category/1597944.html
12 UF_UDOBJ_register_info_obj_cb注册信息事件 https://www.cnblogs.com/nxopen2018/category/1597944.html
13 UF_UDOBJ_register_delete_cb注册删除事件 https://www.cnblogs.com/nxopen2018/category/1597944.html
14 UF_UDOBJ_register_update_cb注册更新事件 https://www.cnblogs.com/nxopen2018/category/1597944.html

 

 

UF_MB查询菜单
1 UF_MB_ask_button_id获取按钮的ID https://www.cnblogs.com/nxopen2018/p/12318717.html
2 UF_MB_ask_toggle_state获取切换按钮的当前状态  https://www.cnblogs.com/nxopen2018/p/12318733.html 

 

 

UF_ATTR对象属性类型
1 UF_ATTR_assign 给对象添加属性 https://www.cnblogs.com/nxopen2018/p/12939787.html 
2 UF_ATTR_find_attribute判断属性是否存在 https://www.cnblogs.com/nxopen2018/p/12960918.html
3 UF_ATTR_read_value读取属性的值 https://www.cnblogs.com/nxopen2018/p/12960923.html
4 UF_ATTR_set_locked设置属性锁定状态 https://www.cnblogs.com/nxopen2018/p/13657898.html
5 UF_ATTR_ask_locked获取属性锁定状态 https://www.cnblogs.com/nxopen2018/p/13657914.html

 

 

UF_TRNS矩阵变换
1 uf5947根据矩阵移动或复制对象 https://www.cnblogs.com/nxopen2018/p/12933359.html
2 uf5943线性变换的矩阵 https://www.cnblogs.com/nxopen2018/p/12933392.html
3 uf5945将矩阵绕任意轴旋转  https://www.cnblogs.com/nxopen2018/p/13173905.html 
4 uf5946获得镜像矩阵(做镜像体) https://www.cnblogs.com/nxopen2018/p/15415592.html
5 uf5944获得缩放矩阵(复制移动体) https://www.cnblogs.com/nxopen2018/p/15415619.html

 

 

UF_ABORT进度中断检测
1 UF_ABORT_clear_abort清除标记位 https://www.cnblogs.com/nxopen2018/p/13174190.html
2 UF_ABORT_enable_abort打开中断检测(对话框) https://www.cnblogs.com/nxopen2018/p/13174197.html
3 UF_ABORT_ask_flag_status访问中断标记 https://www.cnblogs.com/nxopen2018/p/13174202.html
4 UF_ABORT_disable_abort关闭中断检测(对话框) https://www.cnblogs.com/nxopen2018/p/13174207.html

 

 

 

 

uf_cutter.h
1 UF_CUTTER_create创建刀具 https://www.cnblogs.com/nxopen2018/diary/2020/05/06/12839533.html
     

 

 

uf_ncgroup.h
1 UF_NCGEOM_create创建NC几何组 https://www.cnblogs.com/nxopen2018/diary/2020/05/06/12839211.html
2 UF_NCMTHD_create创建加工方法 https://www.cnblogs.com/nxopen2018/diary/2020/05/06/12839025.html
3 UF_NCGROUP_accept_member往程序组里添加成员 https://www.cnblogs.com/nxopen2018/diary/2020/05/03/12823444.html
4 UF_NCPROG_create创建程序组 https://www.cnblogs.com/nxopen2018/diary/2020/05/03/12823439.html
5 UF_NCGROUP_ask_object_of_name通过名称获得指定组(NCGroup)的TAG  https://www.cnblogs.com/nxopen2018/diary/2020/05/30/12994996.html 
6 修改操作所属的刀具,几何体,程序组等 https://www.cnblogs.com/nxopen2018/diary/2020/05/30/12995148.html 

 

 

uf_ui_ont.h
1 UF_UI_ONT_refresh刷新当前操作导视器 https://www.cnblogs.com/nxopen2018/diary/2020/05/03/12823446.html
2 UF_UI_ONT_switch_view切换当前加工导航器指定的视图 https://www.cnblogs.com/nxopen2018/diary/2020/05/02/12819807.html
3 UF_UI_ONT_expand_view展开当前加工导航器中所有节点 https://www.cnblogs.com/nxopen2018/diary/2020/05/02/12819766.html
4 UF_UI_ONT_collapse_view折叠当前加工导航器中所有节点 https://www.cnblogs.com/nxopen2018/diary/2020/05/02/12819753.html
5 UF_UI_ONT_ask_view获取当前加工导航器所在的视图 https://www.cnblogs.com/nxopen2018/diary/2020/05/02/12819637.html
6 UF_UI_ONT_ask_selected_nodes获取当前加工导航器选中的对象数量和TAG https://www.cnblogs.com/nxopen2018/diary/2020/05/02/12819587.html
     
     

 

 

uf_ui_param.h
1 UF_UI_PARAM_edit_object编辑CAM加工对象 https://www.cnblogs.com/nxopen2018/diary/2020/05/02/12819860.html
2 UF_PARAM_set_double_value修改刀具的直径UF_PARAM_TL_DIAMETER https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872133.html
3 UF_PARAM_set_double_value修改刀具总长UF_PARAM_TL_HEIGHT https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872133.html
4 UF_PARAM_set_double_value修改刀具刃长UF_PARAM_TL_FLUTE_LN https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872133.html
5 UF_PARAM_set_double_value修改刀具锥度UF_PARAM_TL_TAPER_ANG https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872133.html
6 UF_PARAM_set_double_value修改刀具尖角UF_PARAM_TL_TIP_ANG https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872133.html
7 UF_PARAM_set_int_value修改刀具切削刃数量UF_PARAM_TL_NUM_FLUTES https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872133.html
8 UF_PARAM_set_int_value修改刀具号UF_PARAM_TL_NUMBER https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872133.html
9 UF_PARAM_set_int_value修改刀补号UF_PARAM_TL_ADJ_REG https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872133.html
10 UF_PARAM_set_int_value修改补偿号UF_PARAM_TL_CUTCOM_REG https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872133.html
11 UF_PARAM_ask_double_value获取刀具的直径UF_PARAM_TL_DIAMETER https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872543.html
12 UF_PARAM_ask_double_value获取刀具总长UF_PARAM_TL_HEIGHT https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872543.html
13 UF_PARAM_ask_double_value获取刀具刃长UF_PARAM_TL_FLUTE_LN https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872543.html
14 UF_PARAM_ask_double_value获取刀具锥度UF_PARAM_TL_TAPER_ANG https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872543.html
15 UF_PARAM_ask_double_value获取设置刀具尖角UF_PARAM_TL_TIP_ANG https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872543.html
16 UF_PARAM_ask_int_value获取刀具切削刃数量UF_PARAM_TL_NUM_FLUTES https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872543.html
17 UF_PARAM_ask_int_value获取刀具号UF_PARAM_TL_NUMBER https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872543.html
18 UF_PARAM_ask_int_value获取刀补号UF_PARAM_TL_ADJ_REG https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872543.html
19 UF_PARAM_ask_int_value获取补偿号UF_PARAM_TL_CUTCOM_REG https://www.cnblogs.com/nxopen2018/diary/2020/05/11/12872543.html
20 UF_PARAM_generate生成刀路 https://www.cnblogs.com/nxopen2018/diary/2020/05/26/12968801.html
21 UF_PARAM_replay_path重播刀路 https://www.cnblogs.com/nxopen2018/diary/2020/05/26/12968807.html
22 UF_PARAM_set_int_value不勾选侧面与底面余量一致 https://www.cnblogs.com/nxopen2018/diary/2020/05/26/12968954.html 
23  UF_PARAM_set_double_value设置侧面余量  https://www.cnblogs.com/nxopen2018/diary/2020/05/26/12968954.html
24 UF_PARAM_set_double_value设置底部余量 https://www.cnblogs.com/nxopen2018/diary/2020/05/26/12968954.html
25 UF_PARAM_set_double_value设置检查余量 https://www.cnblogs.com/nxopen2018/diary/2020/05/26/12968954.html
26 UF_PARAM_set_double_value设置修剪边界余量 https://www.cnblogs.com/nxopen2018/diary/2020/05/26/12968954.html
27 UF_PARAM_set_double_value设置转数 https://www.cnblogs.com/nxopen2018/diary/2020/05/30/12994897.html
28 UF_PARAM_set_subobj_ptr_value设置进给率 https://www.cnblogs.com/nxopen2018/diary/2020/05/30/12994913.html

 

 

 

uf_setup.h
1 UF_SETUP_ask_mthd_root获得加工方法视图的根节点 https://www.cnblogs.com/nxopen2018/diary/2020/05/02/12819972.html
2 UF_SETUP_ask_mct_root获得机床(刀具)视图的根节点 https://www.cnblogs.com/nxopen2018/diary/2020/05/02/12819960.html
3 UF_SETUP_ask_program_root获得程序组视图的根节点 https://www.cnblogs.com/nxopen2018/diary/2020/05/02/12819949.html
4 UF_SETUP_ask_program_root获得程序组视图的根节点 https://www.cnblogs.com/nxopen2018/diary/2020/05/02/12819939.html
5 UF_SETUP_delete_setup删除加工设置 https://www.cnblogs.com/nxopen2018/diary/2020/05/01/12815143.html
6 UF_SETUP_ask_setup获取加工设置 https://www.cnblogs.com/nxopen2018/diary/2020/05/01/12815121.html
7 UF_SETUP_create创建加工设置 https://www.cnblogs.com/nxopen2018/diary/2020/03/31/12609189.html
8 UF_SETUP_generate_program生成后处理NC程序 https://www.cnblogs.com/nxopen2018/diary/2020/05/26/12968813.html

 

uf_oper.h
1 UF_OPER_create用指定的操作及子操作创建一个操作 https://www.cnblogs.com/nxopen2018/diary/2020/05/12/12878437.html
2 UF_OPER_ask_program_group查询操作所在的程序顺序组tag https://www.cnblogs.com/nxopen2018/diary/2020/05/21/12933585.html
3 UF_OPER_ask_method_group查询指定操作所在的加工方法组tag  https://www.cnblogs.com/nxopen2018/diary/2020/05/21/12933587.html 
4 UF_OPER_ask_geom_group查询指定操作所在的几何组tag  https://www.cnblogs.com/nxopen2018/diary/2020/05/21/12933583.html 
5 UF_OPER_ask_cutter_group查询指定操作所在的刀具组tag https://www.cnblogs.com/nxopen2018/diary/2020/05/21/12933576.html
6 UF_OPER_ask_oper_type查询指定操作的子类型 https://www.cnblogs.com/nxopen2018/diary/2020/05/21/12933670.html
7 UF_OPER_ask_status查询指定操作的状态 https://www.cnblogs.com/nxopen2018/diary/2020/05/21/12933744.html
8 UF_OPER_unload_path卸载刀路 https://www.cnblogs.com/nxopen2018/diary/2020/05/26/12968824.html

 

uf_camgeom.h
1 UF_CAMGEOM_append_items附加几何实体列表到对象 https://www.cnblogs.com/nxopen2018/diary/2020/05/22/12939707.html
2 UF_CAMGEOM_append_items设置切削区域  https://www.cnblogs.com/nxopen2018/diary/2020/05/22/12939969.html
3 UF_CAMGEOM_append_items设置工件 https://www.cnblogs.com/nxopen2018/diary/2020/05/22/12939707.html
4 UF_CAMGEOM_append_items设置毛坯 https://www.cnblogs.com/nxopen2018/diary/2020/05/22/12939707.html
5 UF_CAMGEOM_append_items设置检查体 https://www.cnblogs.com/nxopen2018/diary/2020/05/23/12944657.html

 

uf_cambnd.h
1 UF_CAMBND_append_bnd_from_curve附加从边界或曲线创建的边界对象 https://www.cnblogs.com/nxopen2018/diary/2020/05/23/12944506.html
2  UF_CAMBND_append_bnd_from_curve指定修建边界  https://www.cnblogs.com/nxopen2018/diary/2020/05/23/12944506.html
3 UF_CAMBND_append_bnd_from_curve指定检查边界 https://www.cnblogs.com/nxopen2018/diary/2020/05/23/12944599.html
4 UF_CAMBND_append_bnd_from_curve指定部件边界 https://www.cnblogs.com/nxopen2018/diary/2020/05/23/12944711.html
5 UF_CAMBND_append_bnd_from_curve设置毛坯边界 https://www.cnblogs.com/nxopen2018/diary/2020/05/23/12944827.html
6 UF_CAMBND_append_bnd_from_face设置面铣操作的面边界

https://www.cnblogs.com/nxopen2018/diary/2020/05/25/12961304.html

 

 

|UF_BOUND| 边界类型|

|UF_BREP| 边界表示|

|UF_CAM| CAM模块|

|UF_CLEAR| 间隙分析|

|UF_CLONE| 装配与PDM|

|UF_DBC_MLD| 铸模相关|

|UF_DEFS| 链表相关|

|UF_DIEENG| 原型和说明|

|UF_DIEENG| 原型和说明|

|UF_DIRPATH| 目录和路径|

|UF_DPUD| CAM设置与查询|

|UF_DRPOS| CAM编程相关|

|UF_EPLIB_TYPES| 程序库|

|UF_EXIT| 用户出口|

|UF_FACET| 面与片体|

|UF_FAM| 零件族|

|UF_FLTR| 区域与过滤器|

|UF_FORGEO| 定义特殊的面|

|UF_FORGEO| 定义特殊的面|

|UF_GDT| 几何尺寸公差查询|

|UF_GENT| 旧的命名约定|

|UF_GEXP | 几何表达式|

|UF_GROUP| 群组相关|

|UF_HELP| 帮助相关|

|UF_KF| 知识融合|

|UF_LAYOUT |布局相关|

|UF_LIB|查询对象库|

|UF_LINKED_EXTERIOR|外部链接|

|UF_MOM|扩展解释器|

|UF_MOTION|干涉测量轨迹|

|UF_NCGROUP|CAM NC相关|

|UF_NX2D|2D平面几何|

|UF_NXSM|编辑查询钣金|

|UF_OBJECT_TYPES|NX对象与结构|

|UF_OPER|NC加工相关|

|UF_PARAM|加工参数控制|

|UF_PATH|创建刀具路径|

|UF_PATT|提供访问NX子程序|

|UF_PD||

|UF_PLIST|零件清单功能|

|UF_PLOT|NX绘图|

|UF_POINT|关联点创建|

|UF_PROCESS_AID|制造工艺|

|UF_PS|Parasolid相关的信息|

|UF_ROUTE|管线设计相关|

|UF_RULE|接口设计准则|

|UF_SC|容器与构建器|

|UF_SCOP|表面轮廓加工|

|UF_SETUP|NC加工相关|

|UF_SF|渲染有限元|

|UF_SIM|数据类型S&V|

|UF_SKET|草绘接口|

|UF_SMD |钣金设计模块|

|UF_SO|智能对象公共接口|

|UF_SPSD|仿真流程|

|UF_STUDIO|自由曲面|

|UF_STYLER|UIStyler对话框|

|UF_SUBDIV|subdiv功能|

|UF_SURF_REG|表面区域|

|UF_TEXT|TEXT相关|

|UF_UDOP|用户自定义操作|

|UF_UGFONT|字库信息功能|

|UF_UGMGR|NX管理器|

|UF_UI_XT|对话框激活|

|UF_UNDO|数据定义|

|UF_UNIT|单位相关|

|UF_VDAC|VDA检测器|

|UF_WAVE|延迟更新控制|

|UF_WEB|WEB相关|

|UF_WEIGHT|重量管理方案|

|UF_WELD|焊接Assistant|

|UF_XS|电子表格|

UF_MODL_ask_proj_curves

相关文章: