首页
/
每日頭條
/
生活
/
ug曲線規則講解
ug曲線規則講解
更新时间:2024-08-06 07:04:32

ug曲線規則講解(UG規律曲線大全)1

1漸開線齒輪公式式-表達式" ]5 o8 R6 m9 ]

輸入d=mz7 v- c0 w; z* j2 Q6 I `5 g% M! f

da=m(z 2), O7 r! ]. I6 m5 y6 q

df=m(z-2.5)9 V/ s2 n" k1 T: ? v

t=10 H* e' E3 o, }) U1 y

z=你所用的齒數3 V1 {, Y% ^! b' b

m=你用的模數

6 m/ D& u. n& m) c c- J5 z5 P a=起使角(0)

7 P W- a6 E* U4 c& L$ I b=終止角(360)! w& t- _) `2 P; v& [

s=(1-t)*a t*b; U: W3 f7 x V1 g6 a! K

r=m*z*cos(20)/23 H; v- W: ?0 Z2 b* C; Q

xt=r*cos(s) r*rad(s)*sin(s) P% q6 ?$ f* k3 S) `" d2 `

yt=r*sin(s)-r*rad(s)*cos(s)* b3 Q k" o% u' O

zt=01 x9 l r z U# W1 a

注:d:分度圓直徑

ug曲線規則講解(UG規律曲線大全)2

3 s& ] L( Z# e: M { da:齒頂圓直徑6 v( m0 e l3 f/ q# O# t" D& ?

df:齒根圓直徑% o4 E: T! A k! w% t' X% W

t:系統變量從0~1之間

- @0 s5 f- x. K4 |/ O/ O z:齒數5 Z1 C* s1 w- U b( g; C" c

s:漸開線對應x,y值的角度& H& d) w7 x% S

xt yt zt:漸開線涵數表達式* i; i: R, M' P0 h

r:齒輪基圓半徑(開啟點坐标)

- S; c2 O) D2 e1 g. P cos20的20°為壓力角,現在标準壓力角都為20度; y u) Y G- i ~. W1 F, |

rad(s)為漸開線弧度

2.橢圓

t=0

a=1

b=1.5

r=1

xt=a*r*sin(360*t)

yt=b*r*cos(360*t)

zt=0

3.螺旋線

t=0

a=1

b=1.5

c=2

d=10

r=1

xt=a*r*sin(d*360*t)

yt=b*r*cos(d*360*t)

zt=c*t

a,b為圓的參數,c為螺距,d為螺紋圈數

ug曲線規則講解(UG規律曲線大全)3

4.繞圓旋轉的螺旋線

t=0

a=1(0<1)

r=5

b=10

xt=(r*sin(b*360*t) R)*sin(a*360*t)

yt=(r*sin(b*360*t) R)*cos(a*360*t)

zt=r*cos(b*360*t)

公式中r為小圓半徑 ,R為大圓半徑,b為小圓圈數 ,a為大圓圈數

5.圓錐形的螺旋線

t=0

a=1

b=1.5

c=2

d=10

e=45

r=10

xt=a*r*sin(d*360*t)*arctan(e)*t

yt=b*r*cos(d*360*t)*arctan(e)*t

a,b為圓的參數,c為螺距,d為螺紋圈數,e為角度

zt=c*t

6.;雙外擺線

b=2.5

l=2.5

t=1

xt=3*b*cos(t*360) l*cos(3*t*360)

yt=3*b*sin(t*360) l*sin(3*t*360)

7.r;星形線

a=5

t=1

xt=a*(cos(360*t))^3

yt=a*(sin(360*t))^3

8.葉形線

a=10

t=1

xt=3*a*t/(1 (t^3))

yt=3*a*(t^2)/(1 (t^3))

9.r;螺紋線

t=1

xt=4*cos(t*(5*360))

yt=4*sin(t*(5*360))

zt=6*t

10蛇形線

瞭=1

xt=2*cos(t*360*3)*t

yt=2*sin(t*360*3)*t

zt=(sqrt(sqrt(sqrt(t))))^3*5

瞭=1

r=t*3

theta=t*360*3

zt=sqrt(t)*7

瞭=1

rho=360*sqrt(t)*2

theta=t*25

phi=360*t*4

11r;雙餘弦線

t=1

xt=-(9.5*6.5) t*(9.5*6.5*2)

yt=cos(t*360*6.5)*(6.35/2)-(6.35/2)

zt=cos(t*360*8)*5

12r;對數線

t=1

xt=10*t

yt=log(10*t 0.0001)

13抛物線

t=1

xt=(4*t)

yt=(3*t) (5*t^2)

14;勾形線

t=1

xt=(5*(cos(t*360))^3)*t

yt=(5*(sin(t*360))^3)*t

15;次聲波

t=1

xt=t*5

yt=cos(t*360*8)*t

16正弦波

t=1

xt=5*t*t

yt=sin(t*8*360)*0.5

17漸開線

pitch_diameter=10

pressure_angle=20

r=(pitch_diameter/2)*cos(pressure_angle)

t=1

xt=r*cos(90*t*t) r*(90*t*t)*(pi/180)*sin(90*t*t)

yt=r*sin(90*t*t)-r*(90*t*t)*(pi/180)*cos(90*t*t)

18普通外擺線

r=10

t=1

xt=t*(2*pi*r)-sin(t*360)*r

yt=r-cos(t*360)*r

19;小飛機

t=1

xt=cos(t*360) cos(3*t*360)

yt=sin(t*360) sin(5*t*360)

20;彎月

t=1

xt=cos(t*360) cos(2*t*360)

yt=sin(t*360)*2 sin(t*360)*2

21r;五角形線

t=1

xt=2 (10-6)*cos(360*4*t) 10*cos((10/6-1)*(360*4*t))

yt=2 (10-6)*sin(360*4*t)-6*sin((10/6-1)*(360*4*t))

¯t=1

xt=2 (10-6)*cos(360*4*t) 10*cos((10/6-1)*(360*4*t))

yt=2 (10-6)*sin(360*4*t)-10*sin((10/6-1)*(360*4*t))

¯t=1

xt=2 (10-2)*cos(360*4*t) 10*cos((10/6-1)*(360*4*t))

yt=2 (10-2)*sin(360*4*t)-10*sin((10/6-1)*(360*4*t))

¯t=1

xt=0.5 (10-6)*cos(360*5*t) 10*cos((6/10-1)*(360*5*t))

yt=0.5 (10-6)*sin(360*5*t)-10*sin((6/10-1)*(360*5*t))

22.熱帶魚

a=5

t=1

xt=(a*(cos(t*360*3))^4)*t

yt=(a*(sin(t*360*3))^4)*t

23.雙蝴蝶線

t=1

theta=t*360 90

r=cos(360*t*5)*3 0.5

zt=cos(360*t*3)*3

t=1

theta=t*360 18

r=cos(360*t*5)*0.75 3.5

zt=cos(t*360*5)*0.4

t=1

theta=t*360-54

r=cos(360*t*5)*0.5 2.5

zt=cos(t*360*5 90)*0.5

24心電圖

t=1

r=sin(t*360*2) 0.2

theta=10 t*(6*360)

zt=t*3

25r;燕尾剪

t=1

xt=3*cos(t*360*4)

yt=3*sin(t*360*3)

zt=t

t=1

r=t*2

theta=10 t*(12*360)

zt=t*3

26碟形線

t=1

r=10 10*sin(6*t*360)

zt=2*sin(6*360*t)

27花籃

t=1

r=5

zt=(sin(3.5*(t*720)-90)) 2

28小兔兔

t=1

theta=t*360-90

r=cos(360*(t/(1 t^(6.5*t)))*6*t)*3.5 5

29紅十字

t=1

r=cos(360*t*4)*0.5 1

theta=t*360 90

30心形線

t=1

r=10*(1 cos(t*360))

t=1

theta=t*360*4

r=1 cos(t*360*5)

t=1

theta=t*360*5

r=8 5*sin(t*360*5*5)*t

31太陽花

t=1

theta=-t*360 180

r=cos(360*t/(1 t^8)*7)*3 6

t=1

theta=t*360

r=cos(360*t*20)*0.5*t 1

t=1

theta=t*360*2

r=cos(360*t*30)*0.5*t 2*t

t=1

theta=t*360*5

r=cos(360*t*20)*0.5*t 1

32手掌

t=1

theta=t*360 180

r=cos(360*t^3*6)*2 5

t=1

theta=t*360*4

r=(cos(360*t*16)*0.5*t 1)*t

33.天蠶絲

t=1

theta=t*3600

r=(cos(360*t*20)*0.5*t 1)*t

34.人民币

t=1

theta=-t*360 180

r=cos(360*(t/(1 t^6))*6)*3 5

t=1

rho=360*t*10

theta=360*t*20

phi=360*t*5

35球面螺旋線

t=1

rho=4

theta=t*180

phi=t*360*12

36蝴蝶線

t=1

rho=8*t

theta=360*t*4

phi=360*t*8

t=1

rho=3*t

theta=360*t*5

phi=360*t*2.5

t=1

rho=8*t

theta=360*t*4

phi=360*t*4

ug曲線規則講解(UG規律曲線大全)4

,
Comments
Welcome to tft每日頭條 comments! Please keep conversations courteous and on-topic. To fosterproductive and respectful conversations, you may see comments from our Community Managers.
Sign up to post
Sort by
Show More Comments
推荐阅读
宋江如何陷害盧俊義
宋江如何陷害盧俊義
《水浒傳》一百單八将,盧俊義武功第一,這個是不需要争議的,就像《三國演義》武将中,第一武将非呂布莫屬一樣。可惜他卻被宋江惦記上了。在盧俊義被宋江惦記上的那一刻開始,他悲劇的一生就已經注定了。盧俊義影視劇照盧俊義原本是河北大名府的富商、大财主...
2024-08-06
樓頂豆角的儲存方法
樓頂豆角的儲存方法
樓頂豆角的儲存方法?焯水保存首先我們将豆角摘一下,頭尾去掉,清洗幹淨,然後切成5-6cm左右的小段,然後盛入筐中備用;其次我們在鍋中加入适量的清水,大火燒開,然後加入一勺鹽,放入切好的豆角焯水大約兩分鐘左右,然後撈出放在涼水中過一遍涼,這樣...
2024-08-06
謝爾巴科娃手表
謝爾巴科娃手表
[腕表之家品牌新聞]上個周日,諾瓦克·德約科維奇在墨爾本赢下了對陣拉菲爾·納達爾(6-36-26-3)的澳大利亞公開賽男單決賽,寫下網球曆史的新篇章。這是德約科維奇的第7個澳網冠軍,獨占榜首。現在,小德擁有15個大滿貫冠軍頭銜,僅次于羅傑·...
2024-08-06
炸子雞是什麼意思
炸子雞是什麼意思
炸子雞是什麼意思?炸子雞,其實是一道廣東省的地方傳統名菜,屬于粵菜系的招牌菜色澤金黃,外脆内嫩,幹香鮮鹹壽筵喜宴不可缺少,我來為大家科普一下關于炸子雞是什麼意思?以下内容希望對你有幫助!炸子雞是什麼意思炸子雞,其實是一道廣東省的地方傳統名菜...
2024-08-06
血虛腸燥便秘首選
血虛腸燥便秘首選
血虛腸燥便秘首選?你是不是也有這樣的“難言之隐”:大便秘結,排便費力,結成一顆顆的如羊糞狀,還經常手腳心潮熱,睡眠不好,總是夢多失眠,我來為大家科普一下關于血虛腸燥便秘首選?以下内容希望對你有幫助!血虛腸燥便秘首選你是不是也有這樣的“難言之...
2024-08-06
Copyright 2023-2024 - www.tftnews.com All Rights Reserved