2014년 5월 30일 금요일

[CREO LAB] 방정식을 사용한 커브 만들기 - Cylindrical

Cylindrical Coordinates:  r, theta, & z



Spiral

Cylindrical coordinates
r = t
theta = 10 + t * (20 * 360)
z = t * 3




Circle Spiral Column

Cylindrical coordinates
theta = t * 360
r = 10 +10 * sin (6 * theta)
z = 2 * sin (6 * theta)




Helical Wave

Cylindrical coordinates
r = 5
theta = t * 3600
z = (sin (3.5 * theta-90)) +24 * t




Basket

Cylindrical coordinates
r = 5 + 0.3 * sin (t * 180) + t
theta = t * 360 * 30
z = t * 5




Disc Spiral 2


Cylindrical coordinates
R = 50 + t * (120)
Theta = t * 360 * 5
Z = 0



Apple

Cylindrical coordinates
a = 10
r = a * (1 + cos (theta))
theta = t * 360



댓글 없음:

댓글 쓰기