在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中如何对曲面进行合并?
1125 0
登陆后参与评论
2025-03-12 10:11:56
2025-03-11 09:46:43
2025-03-11 09:45:00
2025-03-11 09:42:27
2025-03-11 09:39:20
2025-03-10 10:58:03
2025-03-10 10:57:16
2025-03-10 10:53:29
2025-03-10 10:50:49
2025-03-07 09:57:56
2025-03-07 09:47:33
2025-03-07 09:45:17