NX二次开发UF_MODL_ask_blend_parms 函数介绍

66 阅读1分钟

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_tfeature_obj_idInputA feature object identifier
特征对象标识符
inteditInputThis 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 * *radiusOutput to UF_freeBlend radius. This must be freed by calling UF_free.
混合半径。这必须通过调用 UF _ free 来释放。