首页
NX
曲面
逆向
加工知识编辑器
C&C++
Docker项目
Python
第三方库
WEB
Vue
Vite
DJango
NXOPEN
UF
BlockStyler
NXOPEN 常见解决方案
UF 中文帮助
结构
新结构
基础资料
卡扣
关于
AUGS 探索实验室
授之以鱼,不如授之以渔
累计撰写
153
篇文章
累计创建
56
个标签
累计收到
0
条评论
栏目
首页
NX
曲面
逆向
加工知识编辑器
C&C++
Docker项目
Python
第三方库
WEB
Vue
Vite
DJango
NXOPEN
UF
BlockStyler
NXOPEN 常见解决方案
UF 中文帮助
结构
新结构
基础资料
卡扣
关于
目 录
CONTENT
NXOPEN-AUGS 探索实验室
以下是
NXOPEN
相关的文章
2024-08-14
求面的公共便
求面的公共边 案例1 高亮面的公共边(求公共边) Date: 5-JAN-1998 Subject: Sample API program to highlight common edges /*HEAD HIGHLIGHT_COMMON_EDGES CCC UFUN */ #include
2024-08-14
14
0
0
UF
2024-06-11
获取指定图层所有几何对象
获取指定图层所有几何对象 static int allocate_memory(unsigned int nbytes, void **where) { int resp; *where = UF_allocate_memory(nbytes, &resp);
2024-06-11
20
0
0
UF
2024-05-17
旋转视图
旋转视图 #include <stdio.h> #include <string.h> #include <uf.h> #include <uf_ui.h> #include <uf_view.h> #define UF_CALL(X) (report_error( __FILE__, __LI
2024-05-17
40
0
0
UF
2024-05-08
遍历组件
遍历组件 递归遍历组件 static int cycle_components( /* Component to cycle I/O */ tag_t component, /* for formatting I/O */ char *indentation) {
2024-05-08
22
0
0
NXOPEN
2024-05-07
明细表中的UF_PLIST_prefs_s 结构体说明
UF_TABNOT_section_prefs_t section_prefs:用于创建新部分时使用的偏好设置。 UF_PLIST_grow_direction_t grow_direction:零件清单是向上还是向下增长的? UF_PLIST_ldr_method_t ldr_method:用于显
2024-05-07
34
0
0
NXOPEN
2023-11-16
PK VS UF 创建块的时间
PK VS UF 创建块的时间 UF //计时开始 UF_timer_t Timer; UF_begin_timer(&Timer); //创建块 UF_FEATURE_SIGN sign = UF_NULLSIGN; double corner_pt[3] = { 0.0, 0.
2023-11-16
33
0
0
UF
2023-11-12
UG锁
UG锁 这个功能我也没是成功,但是先记录使用方法 const int abc = the_ui->AskLockStatus(); if (abc!= NXOpen::UI::Status::StatusLock) { the_ui->LockAccess(); } th
2023-11-12
24
0
0
NXOPEN
2023-10-13
UG初始化下能够遍历到的值
UG初始化下能够遍历到的值 类型值 宏定义 2 UF_point_type 11 UF_part_attribute_type 12 UF_layer_category_type 27 UF_font_table_type 28 UF_color_table_type 45 UF_coordinat
2023-10-13
63
0
0
NXOPEN
2023-09-20
安装并且编译Boost库
安装并且编译Boost库 要编译BOOST库,您需要执行以下步骤: 下载BOOST库源代码:您可以从BOOST官方网站(https://www.boost.org/)下载最新版本的BOOST库源代码。 解压源代码:将下载的源代码文件解压到您选择的目录中。 打开命令行终端:进入您解压的BOOST库源代
2023-09-20
59
0
0
NXOPEN 常见解决方案
2023-08-31
遍历组件集下的组件
遍历组件集下的组件 需要注意的是,组件集创建是在部件下的组件集,而不是会话中的组件集. // TODO: add your code here int dev, num_char; tag_t comp_tag = NULL_TAG, cset_tag = NULL_TAG;
2023-08-31
34
0
0
NXOPEN
1
2