一.Formed curve方法:
1、首先建立缺省的datum plan; 并建立一个参数p,用来控制螺旋圈数(set up/parameters/create/real parameters ,初始值可以设为:1)
2、建立圆柱体(或者圆柱曲面),
3、建立form curve,选择tang plane 为sketching plane,选择圆柱体的顶面为top,然后绘制如直线:
注意事项:a、对齐直线的两个端点(右上端点对齐圆柱的top面,左下端点对齐圆柱轴线和tang plane的交点)
b、建立coordinate system,并对齐直线的左下端点)
4、建立relation:
sd#=L*P*PI*D
L为圆柱的长度
P 为参数(第一步建立的参数)
D 为圆柱的直径
PI 为π
5、regenerate后你可以看到生成的helical curve了。
二、利用方程式:
1、首先建立缺省的datum plan,coordinate system
2、建立datum curve ,选择 from equation
3、选择coordinate system, 圆柱坐标(cylindrical)
此时出现下列信息:
/* For cylindrical coordinate system, enter parametric equation
/* in terms of t (which will vary from 0 to 1) for r, theta and z
/* For example: for a circle in x-y plane, centered at origin
/* and radius = 4, the parametric equations will be:
/* r = 4
/* theta = t * 360
/* z = 0
/*-------------------------------------------------------------------
其中螺旋线的方程式为:
r = minimum radius of helix + t * (major radius of helix - minimum radius of helix)
theta = t * (pitch of helix * 360 * leading angle (if any)
z = desired height + t
在弹出的信息文档内输入数值:
4、存盘退出后按ok