点击查看详细介绍

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

misnn 9年前 478 0

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


函数结构:
UF_WEIGHT_convert_prop_units
(
const UF_WEIGHT_properties_p_t old_properties,
const UF_WEIGHT_units_type_t new_units,
UF_WEIGHT_properties_t * new_properties
)

函数说明:
复制旧的属性值结构以一个新的结构new_properties,其单位由单位给出,但它是等效于老属性。

函数参数:
第1个参数为输入:
old_properties代表参数变量,const UF_WEIGHT_properties_p_t 为输入参数类型,重量属性被转换到其它单元。

第2个参数为输入:
new_units代表参数变量,const UF_WEIGHT_units_type_t 为输入参数类型,单位到的属性是要转换。

第3个参数为输出:
new_properties代表参数变量,UF_WEIGHT_properties_t * 为输出参数类型,特性,转换为单位。

0

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