NX二次开发UF_MODL_ask_linear_iset_parms 函数介绍

231 阅读1分钟

UF_MODL_ask_linear_iset_parms

Defined in: uf_modl_isets.h 
int UF_MODL_ask_linear_iset_parms(tag_t feature_obj_id, int edit, char * * number_in_x, char * * number_in_y, char * * distance_x, char * * distance_y )

overview 概述

Returns the parameters for a linear instance set.


返回线性实例集的参数。

UFUN例子

获取源码例子请搜索 里海NX二次开发3000例专栏

parameters 参数

tag_tfeature_obj_idInputLinear instance set feature identifier.
线性实例集特征标识符。
inteditInputThis is an unused flag. It normally determines whether to return the right-hand side or both sides of an expression. Currently, both sides of an expression are returned. Set the value of this flag to integer value 1.
这是一个未使用的标志。它通常确定是返回表达式的右边还是两边。当前,表达式的两边都返回。将此标志的值设置为整数值1。
char * *number_in_xOutput to UF_freeExpression containing the number of instances in the X direction. This must be freed by calling UF_free.
在 x 方向包含数量的表达式。这必须通过调用 UF _ free 来释放。
char * *number_in_yOutput to UF_freeExpression containing the number of instances in the Y direction. This must be freed by calling UF_free.
在 Y 方向包含数量的表达式。这必须通过调用 UF _ free 来释放。
char * *distance_xOutput to UF_freeThe distance between instances in the X direction. This must be freed by calling UF_free.
在 X 方向的实例之间的距离。这必须通过调用 UF _ free 来释放。
char * *distance_yOutput to UF_freeThe distance between instances in the Y direction. This must be freed by calling UF_free.
在 Y 方向的实例之间的距离。这必须通过调用 UF _ free 来释放。