【正文】
t*3600 z =(sin(*theta90))+24*t 如何制作螺旋線(Helical Curve) ________________________________________ 制作螺旋線有下列二個方法:formed curve ;利用方程式(from equation) ________________________________________ curve: 首先建立缺省的datum plan; 并建立一個參數(shù)p,用來控制螺旋圈數(shù)(set up/parameters/create/real parameters ,初始值可以設(shè)為:1) 建立圓柱體(或者圓柱曲面), 建立form curve,選擇tang plane 為sketching plane,選擇圓柱體的頂面為top,然后繪制如圖2直線: 圖2 注意事項:a、對齊直線的兩個端點(diǎn)(右上端點(diǎn)對齊圓柱的top面,左下端點(diǎn)對齊圓柱軸線和tang plane的交點(diǎn)) b、建立coordinate system,并對齊直線的左下端點(diǎn)) 建立relation: sd=L*P*PI*D [L為圓柱的長度;P 為參數(shù)(第一步建立的參數(shù)); D 為圓柱的直徑;PI 為π] regenerate后你可以看到生成的helical curve(圖3)了。 圖3 二、利用方程式: 首先建立缺省的datum plan,coordinate system(系統(tǒng)坐標(biāo)) 建立datum curve ,選擇 from equation 選擇coordinate system, 圓柱坐標(biāo)(cylindrical)卡笛爾坐標(biāo)(Cartesian)球坐標(biāo)(sphereical) 此時出現(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 xy plane, centered at origin /* and radius = 4, the parametric equations will be: /* r = 4 /* theta = t * 360 /* z = 0 /* 其中螺旋線的方程式為: r = 螺旋線的最小半徑 + t * (螺旋線的主要半徑螺旋線的最小半徑) theta = t * (螺旋線的螺距 * 360 * 引導(dǎo)角的度數(shù) (if any) z = 要求高度 + t