proe草绘螺旋线实例教程,教你proe怎么画平面螺旋线
proe里面有各种方程式,关系式,应用它们可以实现各种复杂图形,结构的绘制,想要草绘效率高,那么它们是需要熟悉和掌握的,对于proe新人学习的话,下面品索分享的proe草绘螺旋线实例教程,就比较适合学习和实践,以图文的形式教你proe怎么画平面螺旋线。
一.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
5、你所建立的螺旋线如下图:
猜你喜欢