curve from cylindrical equation in creo detailed explanation || class 3

Опубликовано: 04 Апрель 2026
на канале: CADDIA
394
14

how to use cylindrical equation in creo to make 3d curve watch full video
Cylindrical Coordinates parametric equation example
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
z=0