点击查看详细介绍

UF_PD_ask_definition_allowable_geometry() 函数的参数解释说明,以及函数详细用法

misnn 10年前 572 0

购买与咨询 NX 二次开发视频教程,请联系微信号:13890821008  QQ号:85585969  


函数结构:
UF_PD_ask_definition_allowable_geometry
(
tag_t definition,
int * num_allowable_geometry,
char * * * allowable_geom
)

函数说明:
此功能将要求可以关联到所允许的几何定义的产品属性

函数参数:
第1个参数为输入:
definition代表参数变量,tag_t 为输入参数类型,产品定义来查询。类型必须UF_smsp_product_definition类型和子类型UF_smsp product_attribute亚型

第2个参数为输出:
输出int * 整数型的参数,参数的变量格式为num_allowable_geometry,允许的几何数

第3个参数为输出:
输出char * * * 字符类型的参数,参数的变量格式为allowable_geom,允许几何阵列

0

最新回复 (0)
请登录后发表新帖