Proe所有二维三维曲线数学方程集锦 - 图文 联系客服

发布时间 : 星期四 文章Proe所有二维三维曲线数学方程集锦 - 图文更新完毕开始阅读ed37e51b227916888486d7f4

方程名称 碟形弹簧 坐标系 圆柱 内容 r = 5 theta = t*3600 z =(sin(3.5*theta-90))+24*t 叶形线 笛卡尔 a=10 x=3*a*t/(1+(t^3)) y=3*a*(t^2)/(1+(t^3)) 螺旋线 圆柱 r=t theta=10+t*(20*360) z=t*3 蝴蝶曲线 球 rho = 8 * t theta = 360 * t * 4 phi = -360 * t * 8 渐开线 笛卡尔 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 螺旋线 笛卡尔 x = 4 * cos ( t *(5*360)) y = 4 * sin ( t *(5*360)) z = 10*t 对数曲线 笛卡尔 z=0 x = 10*t y = log(10*t+0.0001) 球面螺旋线 球 rho=4 theta=t*180 phi=t*360*20 双弧外摆线 笛卡尔 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) 星形线 笛卡尔 a=5 x=a*(cos(t*360))^3 y=a*(sin(t*360))^3 心脏线 圆柱 a=10 r=a*(1+cos(theta)) theta=t*360 圆内螺旋线 圆柱 theta=t*360 r=10+10*sin(6*theta) z=2*sin(6*theta) 正弦曲线 笛卡尔 x=50*t y=10*sin(t*360) z=0 费马曲线 圆柱 数学方程:r*r = a*a*theta 由于Pro/e只能做连续的曲线,所以只能分两次做。 方程1: theta=360*t*5 a=4 r=a*sqrt(theta*180/pi) 方程2: theta=360*t*5 a=4