Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula to define the radius of a helix

Status
Not open for further replies.

chrisb99

Mechanical
Joined
Jan 12, 2014
Messages
3
Location
GB
Hi,

I'm trying to define a helix using an equation to define the radius.

Siemens online help isn't spectacular and I haven't found the menus very intuitive.

Can anyone offer any guidance?

Thanks

Chris

 
I know the radius relative to the angle (decreasing radius, 7 pitches in total) and can work out x and y rules from this.

How do I enter that into a law curve? I keep getting 'Expression does not exist for law'

Thanks
 
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
 
Whatever approach you undertake, if there's any chance at all that you're soon going to upgrade to anything newer than NX 7.5, I wouldn't waste a lot of time since the Helix has been completely redesigned in NX 8.0 and virtually all aspects, including Length, Pitch, Radius/Diameter, Start Angle, Origin, Direction, etc., can now be controlled as part of the feature definition itself without the need to write any 'law curve' equations.

John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:

To an Engineer, the glass is twice as big as it needs to be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top