点击查看详细介绍

UF_POINT_create_at_intersection_of_two_curves

zuoluock 15年前 7819 2

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


int UF_POINT_create_at_intersection_of_two_curves
(
const tag_t curve1,
const tag_t curve2,
const tag_t help_point1,
const tag_t help_point2,
tag_p_t point_feature_id
)

0

最新回复 (2)
  • zhangcanwei 15年前
    1

    这两条线必须真正相交,而不是通过延长才相交。通过延长线相交需使用另外一个函数,好像在MODL名称空间内

  • zuoluock 15年前
    2

    刚刚试了一下,确实如此,谢谢二楼了哈

请登录后发表新帖