UF_MODL_ask_hollow_parms
Defined in: uf_modl_hollow.h
int UF_MODL_ask_hollow_parms(tag_t feature_obj_id, int edit, char * * thickness )
overview 概述
Gets the hollow parameters.
获取空参数。
UFUN例子
获取源码例子请搜索 里海NX二次开发3000例专栏
parameters 参数
| tag_t | feature_obj_id | Input | A feature object identifier 特征对象标识符 |
| int | edit | Input | This is an unused flag. It used to determine whether to return the right-hand side or both sides of an expression. Currently, both sides of an expression are returned. 这是一个未使用的标志。它用于确定是返回表达式的右边还是两边。当前,表达式的两边都返回。 |
| char * * | thickness | Output to UF_free | The offset from the faces. This must be freed by calling UF_free. 从面的偏移量。这必须通过调用 UF _ free 来释放。 |