Yes, I saw that video before and I followed the instruction. The only thing I do not understand is why the curve is completely different when I want to have more revolutions.
LWolf, you are right. That is how I implemented. I even tried the following cases:
x=20mm*cos(2*PI*1rad*40*t)
y=20mm*sin(2*PI*1rad*40*t)
z=0mm*t
I changed 40 to 100, the curve is not a circle anymore.
Hello everyone,
I am using Catia curve from equation to build a curve. Here is the formula for x and y:
x = R*cos(2*PI*1rad*n*t)
y = R*sin(2*PI*1rad*n*t)
So n is a parameter I defined. When n is small, the curve is a circle. However, when n is large, like n=100, it is not a circle anymore...