在PRO/E中制作螺旋线有下列二个方法:1、formed curve ;2、利用方程式(from equation)
一.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
推荐阅读>>>ProE5.0中如何对曲面进行合并?
1046 0
登陆后参与评论
2024-09-30 13:55:36
2024-09-23 13:01:49
2024-09-09 11:19:03
2024-08-12 10:42:32
2024-08-12 10:35:25
2024-07-19 09:22:53
2024-07-15 11:03:34
2024-07-15 10:59:22
2024-07-15 10:40:54
2024-07-15 10:28:33
2024-07-11 12:42:48
2024-07-11 11:31:36