我的位置:
在PRO/E中制作螺旋線有下列二個方法:1、formed curve ;2、利用方程式(from equation)
一.Formed curve:
1、首先建立缺省的datum plan; 并建立一個參數(shù)p,用來控制螺旋圈數(shù)(set up/parameters/create/real parameters ,初始值可以設(shè)為: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 為參數(shù)(第一步建立的參數(shù))
D 為圓柱的直徑
PI 為π
5、regenerate后你可以看到生成的helical curve了。
二、利用方程式:
1、首先建立缺省的datum plan,coordinate system
2、建立datum curve ,選擇 from equation
3、選擇coordinate system, 圓柱坐標(biāo)(cylindrical)
此時出現(xiàn)下列信息:
/* 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
在彈出的信息文檔內(nèi)輸入數(shù)值:
4、存盤退出后按ok
推薦閱讀>>>ProE5.0中如何對曲面進(jìn)行合并?
1073 0
登陸后參與評論
2024-11-29 11:03:58
2024-11-26 09:41:32
2024-11-26 09:26:04
2024-11-22 10:33:20
2024-11-22 10:28:04
2024-11-21 08:54:01
2024-11-21 08:52:43
2024-11-21 08:51:52
2024-11-21 08:47:37
2024-11-19 11:09:00
2024-11-19 10:54:25
2024-11-17 13:26:07