TDIMeister
Automotive
- Feb 18, 2002
- 199
Hello all,
I hope someone will be able to help me with this. I want to create a parametric curve of a 2D logarithmic spiral, ultimately to create an extruded body out of it.
The equation of this curve is given by:
In polar coordinates:
r = a*e^(b*theta)
or
theta = (1/b)*ln(r/a)
In parametric form:
x(t) = r(t)*cos(t) = a*e^(b*t)*cos(t)
y(t) = r(t)*sin(t) = a*e^(b*t)*sin(t)
where "a" and "b" are constants.
I want to be able to manually "orient" the spiral (t) -> (t + phi) and bring it into a sketch using Existing Curves and also to close the spiral. I guess the way to do this is Insert > Curve > Helix... > Radius Method: Use Law > etc.
It would be best to be able to input the parametric equation of the spiral as an expression(s) but after having not used NX full-time for several years, I've gotten quite rusty.
Thanks very much in advance for any help!
I hope someone will be able to help me with this. I want to create a parametric curve of a 2D logarithmic spiral, ultimately to create an extruded body out of it.
The equation of this curve is given by:
In polar coordinates:
r = a*e^(b*theta)
or
theta = (1/b)*ln(r/a)
In parametric form:
x(t) = r(t)*cos(t) = a*e^(b*t)*cos(t)
y(t) = r(t)*sin(t) = a*e^(b*t)*sin(t)
where "a" and "b" are constants.
I want to be able to manually "orient" the spiral (t) -> (t + phi) and bring it into a sketch using Existing Curves and also to close the spiral. I guess the way to do this is Insert > Curve > Helix... > Radius Method: Use Law > etc.
It would be best to be able to input the parametric equation of the spiral as an expression(s) but after having not used NX full-time for several years, I've gotten quite rusty.
Thanks very much in advance for any help!