点击查看详细介绍

ug编辑曲线功能是如何实现的

suiyubing 20年前 19997 2

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


那位高手知道ug中编辑曲线的功能是如何实现的,能不能帮忙讲一下,哪怕是猜测也行啊

0

最新回复 (2)
  • halm 20年前
    1

    曲线有很多种的。。。。

  • endiaons 20年前
    2

    uf_curve.h
    . Get the data of an arc with respect to the coordinate system the arc is in.
    . Get the coordinates of a line with respect to the absolute coordinate system.
    . Get the structure pointer corresponding to the specified curve id.
    . Get the curve type and data for a specified curve structure.
    . Free the curve structure pointer.
    . Create an arc.
    . Create a fillet between the specified curves.
    . Create a line.
    . Create a new spline curve.
    帮助里面有很多你想要的,自己去看看吧,会有收获的

请登录后发表新帖