cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

helix (3d curve) for a VSS

al204
1-Newbie

helix (3d curve) for a VSS

hello folks,

I need to create a 3d helix curve....how can I do that?

I need to use it as the main curve for a VSS feature.

Later on I plan to use it to create a trajectory milling sequence, that is why I can´t use a helical sweep.

Is there a special function to create this type of features? 3d curves?? Is it using an equaction?

thanks, regards


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
1 REPLY 1

Create a datum curve by equation. Choose the cylindrical coordinate system
option and pick your coordinate system. In the window that pops up you can
type something like:

r = 5
theta = 360 * t * 16
z = 1 + 23 * t


This will give you a helical curve with radius of 5, 16 full turns and the
curve starting and stopping at z = 1 and 24 respectively.

r, theta and z are required parameters though you can add your own to do
calculations provided you have these three.

t varies from 0 at the start to 1 at the end. The curve is generated
continuously in between.
--
Mark von Huben




|------------>
| From: |
|------------>
Announcements


Top Tags