标题: ug编辑曲线功能是如何实现的 [打印本页] 作者: suiyubing 时间: 2005-9-9 10:36 标题: ug编辑曲线功能是如何实现的 那位高手知道ug中编辑曲线的功能是如何实现的,能不能帮忙讲一下,哪怕是猜测也行啊作者: halm 时间: 2005-9-9 10:38
曲线有很多种的。。。。作者: endiaons 时间: 2005-9-9 11:26
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.
帮助里面有很多你想要的,自己去看看吧,会有收获的