列兵
UID9364626
U币1
G币32
技术0
主题2
精华0
阅读权限10
注册时间2020-2-18
最后登录2020-3-9
在线时间4 小时
列兵
|
如图,需要构建红色样条曲线,在点AB处与已知蓝色椭圆曲线连接,样条需要通过C点,且在AB处与蓝线G3连续。(UG NX 7.5):查阅帮助得知通过UF_CURVE_create_spline_thru_pts函数构建通过点的样条线,并且函数可以确定样条两端的斜率与曲率。
问题1:设置曲率只可以保证G2连续,如何实现G3连续?
问题2:帮助中说,除了设置斜率向量,还包括斜率的矢量,并且斜率矢量大小会影响样条线形状。
斜率怎么还有矢量的?是我读书太少还是英文帮助理解不到位啊。。。。网上找资料也没找到,所以有大神知道吗。。。
帮助原文如下:
. UF_CURVE_SLOPE_VEC signifies that the slope is defined by the user-specified defining slope vector, whose magnitude and direction affect the shape of the curve.
. UF_CURVE_SLOPE_DIR is the same as theUF_CURVE_SLOPE_VEC, except that only the direction of the slope affects the shape of the curve.
|
|