Solved! Go to Solution.
Solved by TheCADWhisperer. Go to Solution.
->3D Sketch ->equation curve
x(t)=t*sin(t)
y(t)=t*cos(t)
z(t)=0
t min: 0 t max: 720 <-units are degrees
This will create a spiral with 2 rotations.
Obviously you can modify these equations to fit your specific needs, for instance if you want the curve diameter smaller you could do this:
x(t)=t*sin(t)/2
y(t)=t*cos(t)/2
z(t)=0
or if you want to shift the curve in a certain direction you can do this
x(t)=t*sin(t)+10
y(t)=t*cos(t)
z(t)=0
Can't find what you're looking for? Ask the community or share your knowledge.