View Full Version : Help Creating Helix


Hillbillycnc
06-21-2006, 10:17 AM
Need Help!
How do you create a Helix in FeatureCam? I've looked in all the documentation and help file and find nothing on creating a helix.
Thanks Barry

duluthboat
07-19-2006, 08:00 AM
I had to do this myself recently, look in the help file and read about functions. You are able to mathematically describe the helix you need. It takes a bit of trial and error but if I can figure it out anyone can.

Gary :D

Adamb
05-27-2008, 09:49 AM
Hi there i have recently had a similar situation and hope this helps

try using the:-
X=F(t), Y-G(t), Z=H(t) function,

F = .61*cosd(t)
G = .61*sind(t)
H = -2.5/90*t+2.125

start = 90
end = 180
increment = 1

By using the function the for the F & G the .61 is the radial point from center used in this case the radius is 0.16
The H is the height its just trial and error but it is pretty simple once you have drawn a few the start point is the begin and end point is the end somewhat and the increment is the curve fineness try to use 1 as it is the closest you can get hope this helps.

Adam out