NX二次开发UF_MODL_ask_link_faces 函数介绍

59 阅读1分钟

UF_MODL_ask_link_faces

Defined in: uf_modl.h 
int UF_MODL_ask_link_faces(tag_t feature_eid, tag_t * target_face_eid, tag_t * tool_face_eid, tag_t * dir_ref, logical * ref_is_horizontal )

overview 概述

Inquires about the target face, tool face, horizontal/ vertical reference of a feature.


查询特征的目标面、工具面、水平/垂直参考。

UFUN例子

获取源码例子请搜索 里海NX二次开发3000例专栏

parameters 参数

tag_tfeature_eidInputthe feature being inquired
被询问的特征
tag_t *target_face_eidOutputthe target placement face
目标放置面
tag_t *tool_face_eidOutputthe tool placement face
工具放置面
tag_t *dir_refOutputthe directional reference
方向参考
logical *ref_is_horizontalOutputTRUE = horizontal reference FALSE = vertical reference
TRUE = 水平参考 FALSE = 垂直参考