我想看一级黄色大片_久久亚洲国产精品一区二区_久久精品免视看国产明星_91久久青青青国产免费

您的位置:網站首頁 > Proe教程

PRO/E如何制作螺旋線

時間:2011-05-12 17:42:24 來源:未知

制作螺旋線有下列二個方法: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