Tvvilight
Mechanical
- Nov 16, 2008
- 16
Hi!
How can I make a parametric equation in NX.
I'm using NX6. First, I defined a constant expression, named 't' and set to 0. Then I defined an equation like this:
where the type of 'yt' is length.
I want to create a point with Y component value which is calculated by yt function, since the values of 't' will be 0, 0.1, 0.2, 0.3 and 0.4. Hence, I want NX to calculate it automatically. For example, for t=0.4, it would calculate the yt(0.4).
Please tell me how to do this in NX.
Thanks in advance.
And, by the way, Merry Christmas... ;-)
How can I make a parametric equation in NX.
I'm using NX6. First, I defined a constant expression, named 't' and set to 0. Then I defined an equation like this:
Code:
yt=sin(t*pi())-cos(t*pi())*t*pi()
I want to create a point with Y component value which is calculated by yt function, since the values of 't' will be 0, 0.1, 0.2, 0.3 and 0.4. Hence, I want NX to calculate it automatically. For example, for t=0.4, it would calculate the yt(0.4).
Please tell me how to do this in NX.
Thanks in advance.
And, by the way, Merry Christmas... ;-)