資源描述:
《proe如何畫(huà)螺旋線(xiàn)》由會(huì)員上傳分享,免費(fèi)在線(xiàn)閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫(kù)。
1、如何製作螺旋線(xiàn)(HelicalCurve)製作螺旋線(xiàn)有下列二個(gè)方法:1、formedcurve;2、利用方程式(fromequation)一.Formedcurve:1、首先建立缺省的datumplan;並建立一個(gè)參數(shù)p,用來(lái)控制螺旋圈數(shù)(setup/parameters/create/realparameters,初始值可以設(shè)為:1)2、建立圓柱體(或者圓柱曲面),如圖1:圖13、建立formcurve,選擇tangplane為sketchingplane,選擇圓柱體的頂面為top,然後繪製如圖2直線(xiàn):圖2注意事項(xiàng):a、對(duì)齊直線(xiàn)的兩個(gè)端點(diǎn)(
2、右上端點(diǎn)對(duì)齊圓柱的top面,左下端點(diǎn)對(duì)齊圓柱軸線(xiàn)和tangplane的交點(diǎn))b、建立coordinatesystem,並對(duì)齊直線(xiàn)的左下端點(diǎn))4、建立relation:sd#=L*P*PI*D[L為圓柱的長(zhǎng)度;P為參數(shù)(第一步建立的參數(shù));D為圓柱的直徑;PI為π]5、regenerate後你可以看到生成的helicalcurve(圖3)了。圖3二、利用方程式:1、首先建立缺省的datumplan,coordinatesystem(系統(tǒng)座標(biāo))2、建立datumcurve,選擇fromequation3、選擇coordinatesystem,圓柱
3、座標(biāo)(cylindrical)卡笛爾座標(biāo)(Cartesian)球座標(biāo)(sphereical)此時(shí)出現(xiàn)下列資訊:/*Forcylindricalcoordinatesystem,enterparametricequation/*intermsoft(whichwillvaryfrom0to1)forr,thetaandz/*Forexample:foracircleinx-yplane,centeredatorigin/*andradius=4,theparametricequationswillbe:/*r=4/*theta=t*360/*z
4、=0/*-------------------------------------------------------------------其中螺旋線(xiàn)的方程式為:r=螺旋線(xiàn)的最小半徑+t*(螺旋線(xiàn)的主要半徑-螺旋線(xiàn)的最小半徑)theta=t*(螺旋線(xiàn)的螺距*360*引導(dǎo)角的度數(shù)(ifany)z=要求高度+t在彈出的資訊文檔內(nèi)輸入下列數(shù)值:4、存檔退出後按ok5、你所建立的螺旋線(xiàn)如下圖: