UF_MODL_ask_blend_parms
Defined in: uf_modl_blends.h
int UF_MODL_ask_blend_parms(tag_t feature_obj_id, int edit, char * * radius )
overview 概述
Gets blend parameter.
获取混合参数。
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 * * | radius | Output to UF_free | Blend radius. This must be freed by calling UF_free. 混合半径。这必须通过调用 UF _ free 来释放。 |