版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1.碟形彈簧
圓柱坐標(biāo)
方程:r=5
theta=t*3600
z=(sin(3.5*theta-90))+24*t
2.葉形線.
笛卡兒坐標(biāo)標(biāo)
方程:a=10
x=3*a*t/(1+(t^3))
y=3*a*(t^2)/(1+(t^3))
3.螺旋線(Helicalcurve)
圓柱坐標(biāo)(cylindrical)
方程:r=t
theta=10+t*(20*360)
z=t*3
4.蝴蝶曲線
球坐標(biāo)
方程:rho=8*t
theta=360*t*4
phi=-360*t*8
5.漸開線
采用笛卡爾坐標(biāo)系
方程:r=1
ang=360*t
s=2*pi*r*t
x0=s*cos(ang)
y0=s*sin(ang)
x=x0+s*sin(ang)
y=y0-s*cos(ang)
z=0
6.螺旋線.
笛卡兒坐標(biāo)
方程:x=4*cos(t*(5*360))
y=4*sin(t*(5*360))
z=10*t
7.對數(shù)曲線
笛卡爾坐標(biāo)系
方程:z=0
x=10*t
y=log(10*t+0.0001)
8.球面螺旋線
采用球坐標(biāo)系
方程:rho=4
theta=t*180
phi=t*360*20
9.雙弧外擺線
卡迪爾坐標(biāo)
方程:l=2.5
b=2.5
x=3*b*cos(t*360)+l*cos(3*t*360)
Y=3*b*sin(t*360)+l*sin(3*t*360)
10.星行線
卡迪爾坐標(biāo)
方程:a=5
x=a*(cos(t*360))^3
y=a*(sin(t*360))^3
11.心臟線
圓柱坐標(biāo)
方程:a=10
r=a*(1+cos(theta))
theta=t*360
12.圓內(nèi)螺旋線
采用柱座標(biāo)系
方程:theta=t*360
r=10+10*sin(6*theta)
z=2*sin(6*theta)
13.正弦曲線
笛卡爾坐標(biāo)系
方程:x=50*t
y=10*sin(t*360)
z=0
15.費(fèi)馬曲線(有點(diǎn)像螺紋線)
數(shù)學(xué)方程:r*r=a*a*theta
圓柱坐標(biāo)
方程1:theta=360*t*5
a=4
r=a*sqrt(theta*180/pi)
方程2:theta=360*t*5
a=4
r=-a*sqrt(theta*180/pi)
由于Pro/e只能做連續(xù)的曲線,所以只能分兩次做
16.Talbot曲線
卡笛爾坐標(biāo)
方程:theta=t*360
a=1.1
b=0.666
c=sin(theta)
f=1
x=(a*a+f*f*c*c)*cos(theta)/a
y=(a*a-2*f+f*f*c*c)*sin(theta)/b
17.4葉線(一個方程做的,沒有復(fù)制)
18.Rhodonea曲線
采用笛卡爾坐標(biāo)系
方程:theta=t*360*4
x=25+(10-6)*cos(theta)+10*cos((10/6-1)*theta)
y=25+(10-6)*sin(theta)-6*sin((10/6-1)*theta)
19.拋物線
笛卡兒坐標(biāo)
方程:x=(4*t)
y=(3*t)+(5*t^2)
z=0
20.螺旋線
圓柱坐標(biāo)
方程:r=5
theta=t*1800
z=(cos(theta-90))+24*t
21.三葉線
圓柱坐標(biāo)
方程:a=1
theta=t*380
b=sin(theta)
r=a*cos(theta)*(4*b*b-1)
22.外擺線
迪卡爾坐標(biāo)
方程:theta=t*720*5
b=8
a=5
x=(a+b)*cos(theta)-b*cos((a/b+1)*theta)
y=(a+b)*sin(theta)-b*sin((a/b+1)*theta)
z=0
23.Lissajous曲線
theta=t*360
a=1
b=1
c=100
n=3
x=a*sin(n*theta+c)
y=b*sin(theta)
24.長短幅圓內(nèi)旋輪線
卡笛爾坐標(biāo)
方程:a=5
b=7
c=2.2
theta=360*t*10
x=(a-b)*cos(theta)+c*cos((a/b-1)*theta)
y=(a-b)*sin(theta)-c*sin((a/b-1)*theta)
25.長短幅圓外旋輪線
卡笛爾坐標(biāo)
方程:theta=t*360*10
a=5
b=3
c=5
x=(a+b)*cos(theta)-c*cos((a/b+1)*theta)
y=(a+b)*sin(theta)-c*sin((a/b+1)*theta)
26.三尖瓣線
a=10
x=a*(2*cos(t*360)+cos(2*t*360))
y=a*(2*sin(t*360)-sin(2*t*360))
27.概率曲線!
方程:
笛卡兒坐標(biāo)
x=t*10-5
y=exp(0-x^2)
28.箕舌線
笛卡兒坐標(biāo)系
a=1
x=-5+t*10
y=8*a^3/(x^2+4*a^2)
29.阿基米德螺線
柱坐標(biāo)
a=100
theta=t*400
r=a*theta
30.對數(shù)螺線
柱坐標(biāo)
theta=t*360*2.2
a=0.005
r=exp(a*theta)
31.蔓葉線
笛卡兒坐標(biāo)系
a=10
y=t*100-50
solve
x^3=y^2*(2*a-x)
forx
32.tan曲線
笛卡兒坐標(biāo)系
x=t*8.5-4.25
y=tan(x*20)
33.雙曲余弦
x=6*t-3
y=(exp(x)+exp(0-x))/2
34.雙曲正弦
x=6*t-3
y=(exp(x)-exp(0-x))/2
35.雙曲正切
x=6*t-3
y=(exp(x)-exp(0-x))/(exp(x)+exp(0-x))
36.一峰三駐點(diǎn)曲線
x=3*t-1.5
y=(x^2-1)^3+1
37.八字曲線
x=2*cos(t*(2*180))
y=2*sin(t*(5*360))
z=0
38.螺旋曲線
r=t*(10*180)+1
theta=10+t*(20*180)
z=t
39.圓
x=cos(t*(5*180))
y=sin(t*(5*180))
z=0
40.封閉球形環(huán)繞曲線
rho=2
theta=360*t
phi=t*360*10
41.柱坐標(biāo)螺旋曲線
x=100*t*cos(t*(5*180))
y=100*t*sin(t*(5*180))
z=0
42.蛇形曲線
x=2*cos((t+1)*(2*180))
y=2*sin(t*(5*360))
z=t*(t+1)
43.8字形曲線
柱坐標(biāo)
theta=t*360
r=10+(8*sin(theta))^2
44.橢圓曲線
笛卡爾坐標(biāo)系
a=10
b=20
theta=t*360
x=a*cos(theta)
y=b*sin(theta)
45.梅花曲線
柱坐標(biāo)
theta=t*360
r=10+(3*sin(theta*2.5))^2
46.另一個花曲線
theta=t*360
r=10-(3*sin(theta*3))^2
z=4*sin(theta*3)^2
47.改一下就成為空間感更強(qiáng)的花曲線了;)
theta=t*360
r=10-(3*sin(theta*3))^2
z=(r*sin(theta*3))^2
48.螺旋上升的橢圓線
a=10
b=20
theta=t*360*3
x=a*cos(theta)
y=b*sin(theta)
z=t*12
49.甚至這種螺旋花曲線
theta=t*360*4
r=10+(3*sin(theta*2.5))^2
z=t*16
50鼓形線笛卡爾方程r=5+3.3*sin(t*180)+t
theta=t*360*10
z=t*10
51長命鎖曲線笛卡爾方程:
a=1*t*359.5
b=q2*t*360
c=q3*t*360
rr1=w1
rr2=w2
rr3=w3
x=rr1*cos(a)+rr2*cos(b)+rr3*cos(c)
y=rr1*sin(a)+rr2*sin(b)+rr3*sin(c)
52簪形線球坐標(biāo)方程:
rho=200*t
theta=900*t
phi=t*90*10
53.螺旋上升曲線
r=t^10
theta=t^3*360*6*3+t^3*360*3*3
z=t^3*(t+1)
54.蘑菇曲線
rho=t^3+t*(t+1)
theta=t*360
phi=t^2*360*20*20
55.8字曲線
a=1
b=1
x=3*b*cos(t*360)+a*cos(3*t*360)
Y=b*sin(t*360)+a*sin(3*t*360)
56.梅花曲線
theta=t*360
r=100+50*cos(5*theta)
z=2*cos(5*theta)
57.桃形曲線
rho=t^3+t*(t+1)
theta=t*360
phi=t^2*360*10*10
58.名稱:碟形彈簧
建立環(huán)境:pro/e
圓柱坐
r=5
theta=t*3600
z=(sin(3.5*theta-90))+24
59.環(huán)形二次曲線
笛卡兒方程:x=50*cos(t*360)
y=50*sin(t*360)
z=10*cos(t*360*8)
60蝶線球坐標(biāo):rho=4*sin(t*360)+6*cos(t*360^2)
theta=t*360
phi=log(1+t*360)*t*360
61.正弦周彈簧笛卡爾:ang1=t*360
ang2=t*360*20
x=ang1*2*pi/360
y=sin(ang1)*5+cos(ang2)
z=sin(ang2)
62.環(huán)形螺旋線x=(50+10*sin(t*360*15))*cos(t*360)
y=(50+10*sin(t*360*15))*sin(t*360)
z=10*cos(t*360*5)
63.內(nèi)接彈簧
x=2*cos(t*360*10)+cos(t*180*10)
y=2*sin(t*360*10)+sin(t*180*10)
z=t*6
64.多變內(nèi)接式彈簧x=3*cos(t*360*8)-1.5*cos(t*480*8)
y=3*sin(t*360*8)-1.5*sin(t*480*8)
z=t*8
65.柱面正弦波線柱坐標(biāo):方程r=30
theta=t*360
z=5*sin(5*theta-90)
66.ufo(漩渦線)球坐標(biāo):rho=t*20^2
theta=t*log(30)*60
phi=t*7200
67.手把曲線thta0=t*360
thta1=t*360*6
r0=400
r1=40
r=r0+r1*cos(thta1)
x=r*cos(thta0)
y=r1*sin(thta1)
z=0
68.籃子圓柱坐標(biāo)
r=5+0.3*sin(t*180)+t
theta=t*360*30
z=t*5
69.圓柱齒輪齒廓的漸開線方程:afa=60*t
x=10*cos(afa)+pi*10*afa/180*sin(afa)
x=10*sin(afa)-pi*10*afa/180*cos(afa)
z=0
注:afa為壓力角,取值范圍是0到60,10為基圓半徑。
70.對數(shù)螺旋曲線柱坐標(biāo):
r=sqrt(theta)
theta=t*360*30
z=0
71.罩形線球坐標(biāo):rho=4
theta=t*60
phi=t*360*10
72.向日葵線theta=t*360
r=30+10*sin(theta*30)
z=0
73.太陽線r=1.5*cos(50*theta)+1
theta=t*360
z=0
74塔形螺旋線r=t*80+50
theta=t*360*10
z=t*80
75花瓣線球坐標(biāo):rho=t*20
theta=t*360*90
phi=t*360*10
76雙元寶線r=sin(t*360*10)+30
theta=sin(t*360*15)
z=sin(t*3)
77阿基米德螺線的變形(自己想得)
不知前面有沒有??:what
柱坐標(biāo)下:
theta=360*2*(t-0.5)
r=10*theta
z=0
78改過來的漸開線方程
r=20
ang=t*360
x=r*cos(ang)+2*pi*r*t*sin(ang)
y=r*sin(ang)-2*pi*r*t*cos(ang)
z=0
79雙魚曲線球坐標(biāo)系
rho=30+10*sin(t*360*10)
theta=t*180*cos(t*360*10)
phi=t*360*30
80蝴蝶結(jié)曲線x=200*t*sin(t*3600)
y=250*t*cos(t*3600)
z=300*t*sin(t*1800)
81”兩相望“曲線
球坐標(biāo)系
rho=30
theta=t*360*cos(t*360*20)
phi=t*360*20
82小蜜蜂笛卡爾坐標(biāo)系:x=cos(t*360)+cos(3*t*360)
Y=sin(t*360)+sin(5*t*360)
83彎月x=cos(t*360)+cos(2*t*360)
Y=sin(t*360)*2+sin(t*360)*2
84熱帶魚
a=5
x=(a*(cos(t*360*3))^4)*t
y=(a*(sin(t*360*3))^4)*t
85燕尾剪
x=3*cos(t*360*4)
y
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年公司股權(quán)質(zhì)押業(yè)務(wù)合同
- 路燈控制燈課程設(shè)計(jì)
- 水的組成物理課程設(shè)計(jì)
- 簡單型芯加工課程設(shè)計(jì)
- 煤礦合同范本(2篇)
- 螺紋蓋注射模課程設(shè)計(jì)
- 防盜標(biāo)簽物聯(lián)網(wǎng)課程設(shè)計(jì)
- 2024年型汽車零配件購銷合同
- 2024年企業(yè)品牌管理與推廣合同
- 2024年城市公共服務(wù)智能平臺建設(shè)合同
- 醫(yī)院管理醫(yī)院應(yīng)急調(diào)配機(jī)制
- 西游記 品味經(jīng)典名著導(dǎo)讀PPT
- 金壇區(qū)蘇科版四年級心理健康教育第1課《我的興趣愛好》課件(定稿)
- 心肌缺血和心肌梗死的心電圖表現(xiàn)講義課件
- 小學(xué)生性教育調(diào)查問卷
- 學(xué)歷案的編寫課件
- 旅游行政管理第二章旅游行政管理體制課件
- 衛(wèi)生院關(guān)于召開基本公共衛(wèi)生服務(wù)項(xiàng)目培訓(xùn)會的通知
- 有機(jī)化學(xué)ppt課件(完整版)
- 管理咨詢公司關(guān)鍵績效考核指標(biāo)
- 最新人教版三年級上冊數(shù)學(xué)期中考試試題以及答案
評論
0/150
提交評論