To use law curves, you need an expression named "t"; this will be used as the parameter in your parametric equations. Create a new expression:
[ul][li]Type: Number, constant[/li]
[li]Name: t[/li]
[li]Formula: 0 (zero)[/li][/ul]
Since you have worked out other values in terms of the angle, you may want to enter a few helper expressions:
[ul][li]Type: Number, constant[/li]
[li]Name: turns[/li]
[li]Formula: 7[/li]
[li]Type: Number, angle, degrees[/li]
[li]Name: angle[/li]
[li]Formula: turns * 360 * t[/li][/ul]
When NX evaluates your law curve, it will automatically vary the parameter t from 0 to 1. Your other expressions will be evaluated accordingly (angle will range from 0 to [turns * 360]). You can now write your x, y, and z expressions in terms of the angle.
www.nxjournaling.com