AutoCAD Inventor :: Variable Pitch Helix By Equation Curve

Jun 20, 2012

You can create a variable pitch helix by using the Equation Curve feature introduced in Inventor 2013.

Create a new 3D Sketch. Start the Equation Curve command.

Here are equations that I use to create helical curves. Many other variations exist.

Cartesian coordinates:

x(t) = radius * sin(360 * num_turns * t) 
y(t) = radius * cos(360 * num_turns * t)
z(t) = height * t

[Code]....

When you sweep a profile along a helical path, use the plane normal sweep (instead of perpendicular sweep) to orient profiles suitable for coil or spring.  In the example below, the sweep path is a constant radius, variable pitch helix.

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Create Hyperbola Curve Using Equation Curve (Autodesk 2013)

Feb 19, 2013

I want to draw hyperbola curve whose equation is  x^2/a^2  - y^2/b^2=1. May I use equation curve tool to make the above hyperbola. 

I have also made a hyperbola curve of aforesaid equation through conventional method on mathematical ground in the past.

View 2 Replies View Related

AutoCAD Inventor :: How To Create Helix With Variable Section

Sep 25, 2013

how to create an helix with variable section?. The axis diameter is constant.

View 3 Replies View Related

AutoCAD Inventor :: Create 3D Sketch Of Helical Curve That Has Accelerated Pitch?

Nov 1, 2013

I am trying to create a 3D sketch of a helical curve that has an accelerated pitch.

View 2 Replies View Related

AutoCAD Inventor :: 3D Sketch Equation Curve

Mar 17, 2013

I'm just starting out with learning equation curves in Inventor.How can I get this curve

r(t)= ti + 4cos tj +9sin tk; where t is greater than or equal to 0

how to get this VBA as an equation curve

View 2 Replies View Related

AutoCAD Inventor :: Super Ellipse Equation Curve

Dec 11, 2012

I'm trying to use the equation curve to draw a super ellipse.The formula I'm trying to translate for inventor is the following.I'm guessing this should be possible using the abs() for the first section and an IF() statement for the second. The problem is Iäm not even getting the abs() to work at all. How to translate this formula?

View 1 Replies View Related

AutoCAD Inventor :: Why Does Equation Curve Function Not Work

May 10, 2012

Trying to do something as simple as y=x^3 (Explicit Mode). Set xmin = 10, xmax = 20 then tried y(x) = :

1in *(x^3) -- no good
(x^3)/1 in -- no good
(x/1 in)^3 -- no good

Error is that "Equation y(x) contains errors. Expected units are length".

The point here is: Why should typing in such a simple equation as y=x^3 be so difficult??? Can't even do (x*x*x)/1 in & make it work.

View 4 Replies View Related

AutoCAD Inventor :: Equation Curve Dependent On Parameter?

Feb 15, 2013

Can i make an Equation Curve such that it is dependent on a parameter from my Parameters list?

View 1 Replies View Related

AutoCAD Inventor :: Projecting 3D Equation Curve Onto A Sphere

Jun 21, 2013

What are the parameters for a parametric 3D Equation Curve to create a path for a coil similar to that in the attached image?

Or alternatively tell me how I can produce the coil in some other way!

View 9 Replies View Related

AutoCAD Inventor :: 2D Equation Curve For A Parabolic Spiral

Jun 22, 2013

what the 2D or 3D equation curve for a parabolic spiral, otherwise known as a Fermat's spiral would be? I have found this info but do not know how to apply it:

Fermat equation

Therefore in terms of the affine plane its equation is
The Fermat curve is non-singular and has genus

I have also found this: $r^{2}=a^{2} heta $ 

Please see image attached.

View 4 Replies View Related

AutoCAD Inventor :: 3D Sketch Equation Curve - Creating Coil?

Jul 26, 2013

I am trying to create a coil which from above, retains equal and thus parallel pitches whilst at the same time adheres to a semi-circular form in the cross section. You can see from the images attached that the first two revolutions are larger than the semi-circle outline.
 
These are the values I have used:
 
Cylindrical

r (t):     134.56924424045517662353735770102mm * t * 0.5
q(t):     1 deg * 360 ul * 3.0 ul * t
z(t):      10 mm * 6 ul * 0.5 ul *  t  * (1.5 * t) * t

tmin: 0 ul
tmax: 0.916 ul

View 9 Replies View Related

AutoCAD Inventor :: Equation Driven Curve - Unit Error

Nov 27, 2013

I would like to create an equation driven curve with inventor. I have no problems plotting the function in a plotter, however, inventor won't accept my equation. It gives me the error message, saying: "The equation contains unit errors". I'm using the explicit equations.That's the bare equation:

"y=sqr(2)*16.5/2/sqr(pi)*sqr(arccos(1-2*x/50)-(sin(2*arccos(1-2*x/50))/2))"

I modified it, inserting variables which I defined also in inventor, leading to this:

"sqrt(2)*height/2/sqrt(PI)*sqrt(acos(1-2*t/length)-sin(2*acos(1-2*t/length))/2))"

But both equations are not accepted by inventor due to unit errors. In this design, I'm using the metric system, millimeters, so I don't understand why and how I have to redefine this for the equation in order to get it working.

View 9 Replies View Related

AutoCAD Inventor :: Graph A Curve Using Equation Over Closed Interval

Mar 15, 2013

Is there a way to graph a curve using an equation over a closed interval in Inventor 2012?  I know I can draw a spline through points that are solutions of my equation, but this does not guarantee that the curve is the graph of my equation. 

View 2 Replies View Related

AutoCAD Inventor :: Splice Equation / Hyperbolic Curve To Ellipse?

Nov 8, 2012

create an ellipsoid with a hyperbolic funnel on the end.

How can I join an equation curve to an ellipse to create revolved ellipsoid shape? I also have alias and fusion if these are needed.

View 5 Replies View Related

AutoCad :: Possible To Create Specific Curve - Enter Equation?

Aug 10, 2011

Can I create a specific curve in latest released version of AutoCAD by an equation?

If yes, what version of AutoCAD is it, and also how to enter the equation?

View 1 Replies View Related

Illustrator Scripting :: How To Draw A Curve That Follows An Equation

Jul 29, 2013

I am trying to write a script to draw geometric figures in Illustrator.I want to achieve this by writing an equation into the ESTK, for example x^2 + y^2 =100. This should generate a circle with a radius of 10 units.

View 1 Replies View Related

Revit :: Formula For Variable Radius Curve?

May 6, 2011

i want to create a sketch line for a sweep where the radius of the curve varies.. i don't want to use a spline or piece together arcs.. something about distance and radius along the line.. is there a formula and can this be done in revit?

View 1 Replies View Related

AutoCAD Inventor :: Templates For Auger Helix

Nov 29, 2012

I am working on a project that involves a screw conveyer(auger) with a 3" od, 1.5"/flight and a 0.800" ctr shaft.  I modeled it without any difficulty using the "helix" function in a 3-d sketch & then swept a rectal around that path.  The problem is, I need paper templates to layout the pattern on the steel.  In the past I have made use of the "flat pattern" feature to print paper templates for tube notching and such, but that function prompts me with an error message "no surface to flatten"  Attached is the full screw(augShaft9in.ipt), a single flight and 2/3 of a flight(i dont think a full flight will flatten & not overlap). Need to getting these patterns printed.

View 1 Replies View Related

AutoCAD Inventor :: Create Square Helix

Dec 20, 2012

what ive been trying to do is make a helix that sweeps around a rectangular prism i was able to make it in solid works but i cant find a way to do it in inventor.

View 9 Replies View Related

AutoCAD Inventor :: How To Create ISO Screw With Custom Pitch

Oct 11, 2013

I need a screw M16 x 0.25 mm. However, I don't have the option "0.25mm". How to create a screw with custom pitch size?

View 2 Replies View Related

AutoCAD Inventor :: Create A Hole Note Without Pitch?

Nov 9, 2012

is it possible to create a hole note without pitch.

i use standard thread in most cases so i just want the thread to be shown in the holenote tool on drawings (like M8 not M8x1,25)

View 1 Replies View Related

AutoCAD Inventor :: 2013 - How To Cut A Profile In Shaft Along A Pitch

May 30, 2013

i am trying to design a shaft with a cut out that would cut along the shaft a a set angle and wrap around the shaft.

I am going to have a bearing ride along the cut out and cover this to a linear motion but can't seem to grasp how you do this in inventor 2013.

View 2 Replies View Related

AutoCAD Inventor :: Double Pitch Chain Animation

Nov 12, 2013

How to model a double pitch chain with sprockets so that it can be animated to show visual movement/rotation.

This chain assembly is made up of 6 sprockets. 

View 5 Replies View Related

AutoCAD Inventor :: Call Out Tap Pitch Value Without Editing Dimension

Jul 4, 2013

In the inventor drawing, while showing hole callouts for TAP, it is coming along with thread pitch (Ex: M12 x 1.5). But I dont want to show the pitch. How to call out only TAP size(Ex:- M12) without editing the dimension.

View 3 Replies View Related

AutoCAD Inventor :: Display Pitch Diameter On External Thread

Oct 12, 2013

When we make an external threaded part, like a stud or something, I'd like to save my lathe guys some time looking things up by showing the pitch diameters on the thread callouts.

I've looked through some posts on this and it doesn't seem like there's an easy way to do it in an automated fashion, even though the data is in the Thread.xls file.  I'd really like to not have to look it up to make every print.

First, I thought I'd just use the "Custom Thread Designation" field, but as soon as I changed it in the XLS file, I kept getting alerts in Inventor saying that there was an error in the thread family because the callout applied to multiple fit classes or something like that.  So that didn't work out very well. So....

1. Is there a way to do this?
2. What is the point of the "custom thread designation" infrastructure?  Am I not using it correctly?

Inventor 2014 64-bit SP1
Win 7 Pro 64-bit SP1

View 9 Replies View Related

AutoCAD Inventor :: Conical Spring That Can Change In Pitch As It Tapers?

May 23, 2013

I need a conical spring that can change in pitch as it tapers.  Basically the spring starts in a compression style and tapers down to an expasion style.  The CNC spring machines are capable to produce it, but am I able to, through Inventor?  If not when will we have this feature capability?

View 7 Replies View Related

AutoCAD Inventor :: Self Intersecting Surfaces Helix Profile Sweep

Oct 8, 2012

I am working on Sweeping three helix profiles around a cylinder to create a screw thread. When I sweep the profile, Inventor gives me the error messages:

"The attempted operation would create a self-intersecting surfaces. Try with different inputs".

or

"The attempted operation did not produce meaningful intersection edges from the face-face intersection. Try with different inputs".

However, this is exactly what I need to create the helix profile I require and eventually increase the size of the Extrusion Sweep profile to 80mm. When I increase the sweep profile to 80mm I get the same error message about the self intersecting surfaces.

I am working with Autodesk Inventor Professional 2011, 64bit, 8gb RAM, Windows 7, Intel Core i7-2860QM.

View 9 Replies View Related

AutoCAD Inventor :: How To Put Holes In Pattern On Helix Shape Object

Jul 9, 2013

I want to put holes on 2 sides of helix shape object. The holes are about 0.125" deep and 0.80" wide and next to each other.Encluded the shape.

View 8 Replies View Related

AutoCAD Inventor :: How To Make Surface From Equation

Nov 26, 2013

I need to make a model of saddle surface. The surface is given by equation z = y^2 - x^2, and I must have some thickness - It will be printed on 3D printer.

I have Inventor 2014 and I dont see possibility of making the surface directly in Inventor. Is there any trick for that?

I'm afraid I cannot use solution as stated here Equation-driven surface , because saddle surface looks like this hyperbolic paraboloid .

I tried this solution: I made 3D surface in Matlab, exported it in .stl and opened in Inventor - but this only makes the surface with no thickness. Functions extrude, loft require 2D sketch.

View 6 Replies View Related

AutoCAD Inventor :: Equation For Rectangular Pattern

Feb 22, 2012

Can an equation be used to calculate equal distances when using the rectangular pattern.Regarding the attached .ipt file i would like to place 25 holes in the X direction with equal gap size between each hole.Also how to calculate the number of holes in the Y direction again with equal distance between each hole.I have not done this before with equations but was thinking that i would need to use the Length x Width in the equation.Do i need to add figures into the Parameters box also?

The attached file with the Hole feature the sketch is not constrained for the purpose of using an equation so i know how far from the start of the part to get equal distances between each hole to the end of the part .

View 5 Replies View Related

AutoCAD Inventor :: Writing Equation In Parameters?

Mar 7, 2012

I need to put the following into equation form to plug into a User Parameter:

if d91 falls in the range of 4" to 11"

then d92 = d91 + 2"

else d92 = 7.5"

Windows 7 Pro, SP1
Inventor 2012 SP1

Due to the nature of our business, I am not permitted to attach any files showing models or .idw environments of any actual work-related components.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved