UF_MODL_ask_bplane
Defined in: uf_modl_form_features.h
int UF_MODL_ask_bplane(tag_t feature_obj_id, UF_STRING_p_t s_section, double tol [ 2 ] )
overview 概述
Returns the creation data with which a bounded plane was created.
返回用于创建有界平面的创建数据。
UFUN例子
获取源码例子请搜索 里海NX二次开发3000例专栏
parameters 参数
| tag_t | feature_obj_id | Input | Feature object identifier 特征对象标识符 |
| UF_STRING_p_t | s_section | Output to UF_free | Pointer to the string list structure. Contains the string loops which define the feature. Use UF_MODL_free_string_list to deallocate memory. 指向字符串列表结构的指针。包含定义特性的字符串循环。使用 UF _ MODL _ free _ string _ list 释放内存。 |
| double | tol [ 2 ] | Output | Tolerances: [0] = Distance [1] = Angle (in radians) 公差: [0] = 距离[1] = 角度(以弧度为单位) |