点击查看详细介绍

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

misnn 7年前 742 0

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


函数结构:
UF_SO_create_point_on_arc_angle
(
const tag_t object_in_part,
const UF_SO_update_option_t update_option,
const tag_t arc,
const tag_t angle,
const tag_t xform,
tag_p_t point
)

函数说明:
创建使用圆弧和角度智能点。

函数参数:
第1个参数为输入:
object_in_part代表参数变量,const tag_t 为输入参数类型,部分对象的标签

第2个参数为输入:
update_option代表参数变量,const UF_SO_update_option_t 为输入参数类型,更新选项

第3个参数为输入:
arc代表参数变量,const tag_t 为输入参数类型,圆弧的标签

第4个参数为输入:
angle代表参数变量,const tag_t 为输入参数类型,弧度角标签

第5个参数为输入:
xform代表参数变量,const tag_t 为输入参数类型,可选的标签转换

第6个参数为输出:
point代表参数变量,tag_p_t 为输出参数类型,指向智能标签点

0

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