NX二次开发-Ufun API Example
| UF_begin_timer计时函数 | https://www.cnblogs.com/nxopen2018/p/10957135.html |
| UF_end_timer计时函数 | https://www.cnblogs.com/nxopen2018/p/11099462.html |
| UF_initialize初始化 | https://www.cnblogs.com/nxopen2018/p/10952538.html |
| UF_terminate终止 | https://www.cnblogs.com/nxopen2018/p/10957141.html |
| UF_translate_variable获取环境变量路径 | https://www.cnblogs.com/nxopen2018/p/10957146.html |
| UF_ask_system_info获取系统相关信息 | https://www.cnblogs.com/nxopen2018/p/10957155.html |
| UF_set_variable设置环境变量 | https://www.cnblogs.com/nxopen2018/p/10957152.html |
| UF_ask_application_module获取当前所在的模块 | https://www.cnblogs.com/nxopen2018/p/10957158.html |
| UF_get_fail_message输出UF函数使用错误 | https://www.cnblogs.com/nxopen2018/p/11116249.html |
| uc4504打开本地文本文档 | https://www.cnblogs.com/nxopen2018/p/10952574.html |
| uc4514a读取打开的文本文档 | https://www.cnblogs.com/nxopen2018/p/11099437.html |
| uc4540关闭文本文档 | https://www.cnblogs.com/nxopen2018/p/11099441.html |
| uc4524写入内容到文本文档 | https://www.cnblogs.com/nxopen2018/p/11099447.html |
| UF_CFI_ask_file_exist判断文件是否存在 | https://www.cnblogs.com/nxopen2018/p/11116088.html |
| UF_CSYS_ask_wcs获取WCS标识 | https://www.cnblogs.com/nxopen2018/p/10952631.html |
| UF_CSYS_ask_csys_info获取坐标系信息 | https://www.cnblogs.com/nxopen2018/p/10957168.html |
| UF_CSYS_ask_matrix_values获取矩阵值 | https://www.cnblogs.com/nxopen2018/p/10957163.html |
| UF_CSYS_create_matrix创建一个3 x 3矩阵 | https://www.cnblogs.com/nxopen2018/p/10957182.html |
| UF_CSYS_create_csys创建CSYS坐标系 | https://www.cnblogs.com/nxopen2018/p/10957177.html |
| UF_CSYS_set_wcs设置WCS位置 | https://www.cnblogs.com/nxopen2018/p/10957171.html |
| UF_CSYS_create_temp_csys创建临时坐标系 | https://www.cnblogs.com/nxopen2018/p/10957181.html |
| UF_CSYS_set_wcs_display设置WCS显示 | https://www.cnblogs.com/nxopen2018/p/10957175.html |
| UF_CSYS_map_point坐标系转换 | https://www.cnblogs.com/nxopen2018/p/11809941.html |
| UF_CURVE_create_line创建直线(点-点) | https://www.cnblogs.com/nxopen2018/p/10957289.html |
| UF_CURVE_create_line创建直线(起点-向量方向-长度) | https://www.cnblogs.com/nxopen2018/p/10957300.html |
| UF_CURVE_create_arc_3point创建圆弧(三点圆弧) | https://www.cnblogs.com/nxopen2018/p/10957294.html |
| UF_CURVE_create_arc创建圆弧(圆心-半径) | https://www.cnblogs.com/nxopen2018/p/10957296.html |
| UF_CURVE_create_arc_point_point_radius创建圆弧(起点-终点-半径) | https://www.cnblogs.com/nxopen2018/p/10957292.html |
| UF_CURVE_create_arc_center_radius创建圆弧(圆心-半径) | https://www.cnblogs.com/nxopen2018/p/10957304.html |
| UF_CURVE_ask_line_data获取直线的两个端点 | https://www.cnblogs.com/nxopen2018/p/10957299.html |
| UF_CURVE_ask_arc_data圆弧矩阵标记、起始角和结束角(弧度测量)、圆弧中心坐标和圆弧半径(边可以用) | https://www.cnblogs.com/nxopen2018/p/11853570.html |
| uc1601窗口打印 | https://www.cnblogs.com/nxopen2018/p/10957280.html |
| UF_UI_open_listing_window()打开信息窗口 | https://www.cnblogs.com/nxopen2018/p/10957287.html |
| UF_UI_write_listing_window信息窗口打印 | https://www.cnblogs.com/nxopen2018/p/10957285.html |
| uc1605多选菜单对话框 | https://www.cnblogs.com/nxopen2018/p/11099385.html |
| UF_UI_create_filebox文件选择对话框 | https://www.cnblogs.com/nxopen2018/p/11099356.html |
| UF_UI_create_filebox打开选择文件夹对话框 | https://www.cnblogs.com/nxopen2018/p/11829577.html |
| vc弹出选择文件夹对话框 | https://www.cnblogs.com/nxopen2018/p/11232120.html |
| UF_UI_message_dialog多按钮模态对话框 | https://www.cnblogs.com/nxopen2018/p/11099351.html |
| uc1603单选菜单对话框 | https://www.cnblogs.com/nxopen2018/p/10981531.html |
| UF_UI_point_construct点构造器 | https://www.cnblogs.com/nxopen2018/p/11116261.html |
| UF_UI_select_feature特征选择对话框 | https://www.cnblogs.com/nxopen2018/p/11116292.html |
| UF_UI_select_parameters参数选择对话框 | https://www.cnblogs.com/nxopen2018/p/11116303.html |
| UF_UI_select_point_collection点收集器 | https://www.cnblogs.com/nxopen2018/p/11116313.html |
| UF_UI_select_sketch选择草图对话框 | https://www.cnblogs.com/nxopen2018/p/11116319.html |
| UF_UI_select_sketch_dimensions拾取草图尺寸对话框 | https://www.cnblogs.com/nxopen2018/p/11116326.html |
| UF_UI_select_with_class_dialog按类选择对话框 | https://www.cnblogs.com/nxopen2018/p/11116335.html |
| UF_UI_select_with_single_dialog单对象选择对话框 | https://www.cnblogs.com/nxopen2018/p/11116342.html |
| UF_UI_specify_plane拾取平面对话框 | https://www.cnblogs.com/nxopen2018/p/11116350.html |
| UF_UI_specify_screen_position拾取屏幕位置 | https://www.cnblogs.com/nxopen2018/p/11116357.html |
| UF_UI_specify_vector拾取向量对话框 | https://www.cnblogs.com/nxopen2018/p/11116366.html |
| UF_UI_get_default_parent获取UG界面窗口句柄 | https://www.cnblogs.com/nxopen2018/p/11191411.html |
| UF_UI_open_part打开part对话框 | https://www.cnblogs.com/nxopen2018/p/11191525.html |
| UF_UI_save_listing_window将信息窗口中的文本保存到文本文件中 | https://www.cnblogs.com/nxopen2018/p/11191563.html |
| UF_UI_exit_listing_window清除信息窗口中的内容,退出信息窗口 | https://www.cnblogs.com/nxopen2018/p/11191607.html |
| UF_UI_close_listing_window关闭信息窗口 | https://www.cnblogs.com/nxopen2018/p/11191621.html |
| UF_UI_is_listing_window_open查询信息窗口是否打开 | https://www.cnblogs.com/nxopen2018/p/11191641.html |
| UF_MB_ask_button_id获取按钮的ID | https://www.cnblogs.com/nxopen2018/p/11192026.html |
| UF_MB_ask_toggle_state获取切换按钮的当前状态 | https://www.cnblogs.com/nxopen2018/p/11192038.html |
| UF_UI_create_toolbar创建经典工具栏 | https://www.cnblogs.com/nxopen2018/p/11192043.html |
| UF_UI_set_toolbar_vis设置经典工具栏的可见性 | https://www.cnblogs.com/nxopen2018/p/11192048.html |
| UF_UI_create_ribbon创建功能区工具栏 | https://www.cnblogs.com/nxopen2018/p/11192052.html |
| UF_UI_set_ribbon_vis设置功能区工具栏的可见性 | https://www.cnblogs.com/nxopen2018/p/11192061.html |
| UF_UI_remove_toolbar删除经典工具栏 | https://www.cnblogs.com/nxopen2018/p/11192065.html |
| UF_UI_remove_ribbon删除功能区工具栏 | https://www.cnblogs.com/nxopen2018/p/11192072.html |
| uc1600字符串对话框 | https://www.cnblogs.com/nxopen2018/p/11342774.html |
| UF_UI_lock_ug_access对话框加锁 | https://www.cnblogs.com/nxopen2018/p/11123284.html |
| UF_UI_unlock_ug_access对话框解锁 | https://www.cnblogs.com/nxopen2018/p/11123290.html |
| UF_DISP_set_highlight高亮显示对象 | https://www.cnblogs.com/nxopen2018/p/10957188.html |
| UF_DRF_create_note创建工程图注释 | https://www.cnblogs.com/nxopen2018/p/10957200.html |
| UF_DRF_create_image_from_file工程图插入PNG图片 | https://www.cnblogs.com/nxopen2018/p/11116217.html |
| UF_DRF_set_image_height设置工程图PNG图片高度 | https://www.cnblogs.com/nxopen2018/p/11116226.html |
| UF_DRF_set_image_width设置工程图PNG图片长度 | https://www.cnblogs.com/nxopen2018/p/11116236.html |
| UF_DRF_ask_dim_info获取工程图尺寸的值 | https://www.cnblogs.com/nxopen2018/p/11134561.html |
| uc5566更改图纸尺寸内容(编辑文本) | https://www.cnblogs.com/nxopen2018/p/11134669.html |
| UF_DRF_ask_appended_text获取尺寸的附加文本 | https://www.cnblogs.com/nxopen2018/p/11134882.html |
| UF_DRF_set_appended_text设置尺寸的附加尺寸 | https://www.cnblogs.com/nxopen2018/p/11135106.html |
| UF_DRF_ask_origin获得制图中对象的坐标点 | https://www.cnblogs.com/nxopen2018/p/11147688.html |
| UF_DRF_add_controlling_exp创建图纸尺寸表达式抑制 | https://www.cnblogs.com/nxopen2018/p/11203963.html |
| UF_DRF_ask_controlling_exp获得图纸抑制尺寸的表达式 | https://www.cnblogs.com/nxopen2018/p/11204072.html |
| UF_DRF_ask_text_data读取工程图注释 | https://www.cnblogs.com/nxopen2018/p/11619880.html |
| UF_DRF_ask_ann_data询问注释对象的数据 | https://www.cnblogs.com/nxopen2018/p/11619884.html |
| UF_DRF_ask_dimension_text读取图纸尺寸的值 | https://www.cnblogs.com/nxopen2018/p/12006281.html |
| UF_STD_put_solid_in_stl_file将实体放入STL文件中 | https://www.cnblogs.com/nxopen2018/p/10957264.html |
| UF_STD_open_binary_stl_file| 打开二进制STL文件 | https://www.cnblogs.com/nxopen2018/p/10957273.html |
| UF_STD_close_stl_file| 关闭STL文件 | https://www.cnblogs.com/nxopen2018/p/10957270.html |
| UF_EVAL_ask_line直线分析函数 | https://www.cnblogs.com/nxopen2018/p/10957196.html |
| UF_MTX3_initialize输入X向量Y向量输出一个3*3矩阵 | https://www.cnblogs.com/nxopen2018/p/10957219.html |
| UF_PART_import导入部件/导入图框 | https://www.cnblogs.com/nxopen2018/p/10957234.html |
| UF_PART_ask_display_part获取当前显示部件的TAG | https://www.cnblogs.com/nxopen2018/p/10957226.html |
| UF_PART_ask_part_name获取当前part所在路径 | https://www.cnblogs.com/nxopen2018/p/11147840.html |
| UF_VEC3_distance计算两点距离 | https://www.cnblogs.com/nxopen2018/p/10957249.html |
| UF_VEC3_angle_between已知两个向量方向求夹角角度 | https://www.cnblogs.com/nxopen2018/p/10957257.html |
| UF_VEC3_cross求两个向量的叉乘 | https://www.cnblogs.com/nxopen2018/p/10957253.html |
| UF_VIEW_fit_view适应窗口 | https://www.cnblogs.com/nxopen2018/p/10957192.html |
| UF_VIEW_rotate_view旋转视图 | https://www.cnblogs.com/nxopen2018/p/10981643.html |
| UF_VIEW_map_model_to_drawing将建模绝对空间中的点映射到工程图坐标 | https://www.cnblogs.com/nxopen2018/p/11811290.html |
| UF_VIEW_map_drawing_to_model将工程图中的点坐标映射到建模绝对坐标 | https://www.cnblogs.com/nxopen2018/p/11811295.html |
| UF_CGM_export_cgm将工程图转成CGM和PDF | https://www.cnblogs.com/nxopen2018/p/10952612.html |
| UF_CGM_ask_default_export_options获取NX系统默认导出CGM的选项设置 | https://www.cnblogs.com/nxopen2018/p/10957402.html |
| UF_CGM_ask_session_export_options获取当前导出CGM选项设置 | https://www.cnblogs.com/nxopen2018/p/10957394.html |
| UF_CGM_set_session_export_options修改当前导出CGM文件选项设置 | https://www.cnblogs.com/nxopen2018/p/10957390.html |
| UF_TABNOT_ask_tabular_note_of_section工程图表格注释section转tag | https://www.cnblogs.com/nxopen2018/p/10957375.html |
| UF_TABNOT_ask_nth_row工程图表格注释获取某一行的tag函数 | https://www.cnblogs.com/nxopen2018/p/10957366.html |
| UF_TABNOT_ask_nth_column工程图表格注释获取某一列的tag函数 | https://www.cnblogs.com/nxopen2018/p/10957379.html |
| UF_TABNOT_ask_cell_at_row_col工程图表格注释获取某一行某一列的tag函数 | https://www.cnblogs.com/nxopen2018/p/10957361.html |
| UF_TABNOT_set_cell_text工程图表格注释写入文本内容 | https://www.cnblogs.com/nxopen2018/p/10957358.html |
| UF_TABNOT_ask_default_cell_prefs工程图表格注释检索默认单元格首选项 | https://www.cnblogs.com/nxopen2018/p/10957372.html |
| UF_TABNOT_set_cell_prefs工程图表格注释设置单元格首选项 | https://www.cnblogs.com/nxopen2018/p/10957385.html |
| UF_TABNOT_ask_cell_text读取表格注释内容 | https://www.cnblogs.com/nxopen2018/p/12044392.html |
| UF_ASSEM_ask_component_data获取装配部件的相关信息 | https://www.cnblogs.com/nxopen2018/p/11342916.html |
| UF_ASSEM_use_alternate替换组件 | https://www.cnblogs.com/nxopen2018/p/11343137.html |
| UF_ASSEM_substitute_component替换组件 | https://www.cnblogs.com/nxopen2018/p/11343171.html |
| UF_LAYER_set_many_layers_status批量操作图层状态 | https://www.cnblogs.com/nxopen2018/p/11848033.html |
| UF_LAYER_set_all_but_work设置除工作层之外的所有图层的状态 | https://www.cnblogs.com/nxopen2018/p/11848023.html |
| UF_LAYER_ask_status获取图层的状态 | https://www.cnblogs.com/nxopen2018/p/11848012.html |
| UF_LAYER_ask_category_info获取图层类别的信息 | https://www.cnblogs.com/nxopen2018/p/11847997.html |
| UF_LAYER_ask_category_tag获取一个图层类别的tag | https://www.cnblogs.com/nxopen2018/p/11847970.html |
| UF_LAYER_create_category创建图层类别 | https://www.cnblogs.com/nxopen2018/p/11853299.html |
| UF_LAYER_edit_category_name编辑图层类别名字 | https://www.cnblogs.com/nxopen2018/p/11853333.html |
| UF_LAYER_edit_category_descr编辑图层类别描述 | https://www.cnblogs.com/nxopen2018/p/11853346.html |
| UF_LAYER_edit_category_layer编辑添加哪些图层 | https://www.cnblogs.com/nxopen2018/p/11853361.html |
| UF_LAYER_cycle_by_layer遍历图层 | https://www.cnblogs.com/nxopen2018/p/11853384.html |
| https://www.cnblogs.com/nxopen2018/category/1597944.html |
|UF_ABORT| 进度中断检测|
|UF_ATTR| 对象属性类型|
|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_MB|查询与MenScript|
|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_TRNS|变换相关|
|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|电子表格|
NX二次开发-Ufun API Example的更多相关文章
- NX二次开发-UFUN发射线函数UF_MODL_trace_a_ray的用法
今天是国庆节,放假休息懒得动,没有出去玩,在家研究一下发射线函数UF_MODL_trace_a_ray.小弟以前在软件公司混的时候,当时我做的那个项目就用到了UF_MODL_trace_a_ray,当 ...
- NX二次开发-UFUN将工程图转成CGM和PDF文件UF_CGM_export_cgm
文章转载自唐康林NX二次开发论坛,原文出处: http://www.nxopen.cn/thread-126-1-1.html 刚才有同学问到这个问题,如果是用NXOpen来做,直接录制一下就可以了: ...
- NX二次开发-UFUN获取NX系统默认导出CGM的选项设置UF_CGM_ask_default_export_options
文章转载自唐康林NX二次开发论坛,原文出处: http://www.nxopen.cn/thread-126-1-1.html 刚才有同学问到这个问题,如果是用NXOpen来做,直接录制一下就可以了: ...
- NX二次开发-UFUN获取当前导出CGM选项设置UF_CGM_ask_session_export_options
文章转载自唐康林NX二次开发论坛,原文出处: http://www.nxopen.cn/thread-126-1-1.html 刚才有同学问到这个问题,如果是用NXOpen来做,直接录制一下就可以了: ...
- NX二次开发-UFUN修改当前导出CGM文件选项设置UF_CGM_set_session_export_options
文章转载自唐康林NX二次开发论坛,原文出处: http://www.nxopen.cn/thread-126-1-1.html 刚才有同学问到这个问题,如果是用NXOpen来做,直接录制一下就可以了: ...
- NX二次开发-UFUN计算两点距离UF_VEC3_distance
NX11+VS2013 #include <uf.h> #include <uf_curve.h> #include <uf_vec.h> UF_initializ ...
- NX二次开发-UFUN拉伸函数UF_MODL_create_extruded
NX9+VS2012 //NX二次开发中常用拉伸函数为UF_MODL_create_extruded2,但是此函数不能拉伸片体, //想要拉伸片体用函数UF_MODL_create_extruded. ...
- NX二次开发-UFUN拉伸函数UF_MODL_create_extruded2
NX9+VS2012 //NX二次开发中常用拉伸函数为UF_MODL_create_extruded2,但是此函数不能拉伸片体, //想要拉伸片体用函数UF_MODL_create_extruded. ...
- NX二次开发-UFUN和NXOpen结合开发中Tag_t对象与TaggedObject对象转换方法
本文通过举四个例子来告诉大家在NX二次开发过程中会经常用到UFUN和NXOpen结合去开发,在UFUN中我们得到的是Tag_t对象,在NXOpen中得到的是TaggedObject对象,这两个是需要进 ...
随机推荐
- padding 填充
CSS padding(填充)是一个简写属性,定义元素边框与元素内容之间的空间,即上下左右的内边距. padding(填充) 当元素的 padding(填充)内边距被清除时,所释放的区域将会受到元素背 ...
- PHP readdir() 函数
打开一个目录,读取它的内容,然后关闭: <?php$dir = "/images/"; // Open a directory, and read its contentsi ...
- Python(二)
函数Python的函数支持递归.默认参数值.可变参数,但不支持函数重载.为了增强代码的可读性,可以在函数后书写“文档字符串”(Documentation Strings,或者简称docstrings) ...
- SpringMVC架构实现原理
SpringMVC架构实现原理 一.SpringMVC介绍 Spring mvc是一个基于mvc的web框架.其中核心类是DispatcherServlet,它是一个Servlet,顶层是实现的Ser ...
- js判断是否pc端
function IsPC() { var userAgentInfo = navigator.userAgent; var Agents = ['Android', 'iPhone', 'Symbi ...
- linux下lamp.sh一键配置lamp环境流程
linux下lamp.sh一键配置lamp环境流程 一.总结 一句话总结: 2.将网站从github上clone到/data/www/网站域名/ 3.更改网站目录权限:chown -R apache: ...
- What is the difference between UserControl, WebControl, RenderedControl and CompositeControl?
What is the difference between UserControl, WebControl, RenderedControl and CompositeControl? UserCo ...
- USB编程概念
RE:USB编程概念 >请你指导我如何学习USB虚拟COM端口PROGRAMM,什么是我们needto有(如硬件和软件)的东西. USB是一个典型的复杂的协议栈,在协议的协议.这是很难完全实现 ...
- 【消息中间件】kafka
一.kafka整体架构 kafka是一个发布订阅模式的消息队列,生产者和消费者是多对多的关系,将发送者与接收者真正解耦: 生产者将消息发送到broker: 消费者采用拉(pull)模式订阅并消费消息: ...
- IO Processing
Types of IO IRP Buffer Management 首先区分一下page的内存与nonpaged的内存,内存如果用页管理,就难免面对被swap out的命运:但是如果用nonpaged ...