can someone explain, step by step (from file, new, modeling, ...), how to make these expressions to work (normal helix). Should I have some curve already before writing these expressions, ...
t = 1
teta = 360
radius = 12
no_turns = 5
height = 45
pitch = ( height/no_turns )
xt = radius * cos( teta * t * no_turns )
yt = radius * sin( teta * t * no_turns )
zt = pitch * t
\is "t" NX internal variable changing from 0 ro 1?
Thanks a lot for your time
t = 1
teta = 360
radius = 12
no_turns = 5
height = 45
pitch = ( height/no_turns )
xt = radius * cos( teta * t * no_turns )
yt = radius * sin( teta * t * no_turns )
zt = pitch * t
\is "t" NX internal variable changing from 0 ro 1?
Thanks a lot for your time