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_t | feature_eid | Input | the feature being inquired 被询问的特征 |
| tag_t * | target_face_eid | Output | the target placement face 目标放置面 |
| tag_t * | tool_face_eid | Output | the tool placement face 工具放置面 |
| tag_t * | dir_ref | Output | the directional reference 方向参考 |
| logical * | ref_is_horizontal | Output | TRUE = horizontal reference FALSE = vertical reference TRUE = 水平参考 FALSE = 垂直参考 |