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


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 :: Parameter Equation Column

Sep 23, 2013

how can i access the value in this column using vba?

View 1 Replies View Related

AutoCAD Inventor :: Text Parameter - Equation / Nominal Value

Nov 26, 2012

Is there any way in which the text of a text parameter, which is in the equation column, can be replicated into the nominal value column in the parameters table? I want to reference the value of the parameter in Custom iProperties but it always comes up as blank because it has no value.

I need it to update automatically, e.g not entering the value manually.

View 1 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 :: Possible To Assign Value Of Parameter As A Result Of Non Linear Equation

Jan 24, 2012

I am almost sure this is not possible in AI but I will ask it anyway:

is it possible to assign value of parameter as a result of non linear equation?

for example I would need parameter x to meet the equation

cos^2x+Ax+C=0

where A and C can be other fixed parameters.

View 4 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 :: 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 :: 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 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

AutoCAD Inventor :: Adjust Array Elements Dependent On Available Space?

Jul 20, 2012

is it possible to have Inventor adjust array elements dependent on the available space.

It should use integer numbers only- as there is room for 25.5 elements it reduces the number of elements to 25.

The array should be be dependent on a measurement to make comparision by eye obsolete, as well as the array is to produce the right number of elements as soon as the space available is measured.
 
- 2500K @ 4.2Ghz- 8GB - Radeon7970 -
- Xeon 1230V2 @ stock Ghz- 32GB - Quadro 2000 -

View 3 Replies View Related

AutoCAD Inventor :: IV2012 Sp1 - Delete Unused Parameter Takes 4-5 Seconds Per Parameter

Dec 23, 2011

I have user parameters that are no longer needed and are not being used anywhere.  They each takes 4-5 seconds to delete, prior to 2012 this would happen instantly.

IV2014 SP1 64bit
Dell Precision T7500, Geforce GTX 480, DirectX11 306.97
SpaceExplorer 4.04, 3DxWare 3.12.2
Twin Intel Xeon E5506 2.13GHz, 12GB RAM, Win7 Pro SP1 64bit

View 6 Replies View Related

3ds Max Animation :: Map One Parameter To Another Using Curve

Feb 8, 2012

The reaction manager is an extremely cumbersome way to map one parameter to another, especially if you want a precisely defined mapping curve.

In Cinema4D (a program I'm learning at the moment) there is a range mapper node that can use a spline as mapping curve to map an input parameter to an output parameter.

Is there a way in Max to map one parameter to another using a precisely defined curve?

3D Studio DOS to 3ds Max 2010
Windows XP 64
NVidia Quadro FX 3700
Dual Quad Xeon, 6Gb Ram

View 6 Replies View Related

AutoCAD Inventor :: Convert Model Parameter To Reference Parameter?

Oct 2, 2012

I need to convert a model parameter to a reference parameter thru the API.

I saw this item discussed in the group before, but I cant find the thread.

View 4 Replies View Related

AutoCAD Inventor :: Set Parameter For End Value Of Parameter Animation

Dec 19, 2011

I got a deadline for my project, but I got a big problem:

"I cannot set the "parameter" for the End Value in Parameter Animate dialog"

For easy understand, let's see a example:

1. I got a part which has two parameters named: "A" and "MaxA"
2. I animate Favorited parameter A.
3. The End Value is MaxA_ (Everything is ok)
4. I finish Studio environment, then I change parameter MaxA_ from 200 mm to 400 mm
5. I turn back to Studio environment, the End Value now is "200 mm" (I want this will be MaxA_, so I can animate the flexible parameter). 

show me how to keep the end value will be "MaxA_" after I change parameter? 

View 3 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

AutoCAD Inventor :: Polar Equation Input

Sep 24, 2012

I need to put in the polar equation r=e^theta. Is this even possible in autodesk? How can I do it? Should I spline through points instead?

View 4 Replies View Related

AutoCAD Inventor :: ILogic Show Equation Instead Of Value?

Jan 16, 2012

We have some equations in our templates which i have modified with iLogic. Once the rule is run it only shows the value and not the equation. ie i want it to show Thickness*2 instead of just '12'. The ilogic will say something like InnerRad = Thickness * 2 Is there a way to make it show the equation rather than the value? While i know whats going and can see the driven link in the parameters the planned change to 2012 could take some getting used to for users.

View 9 Replies View Related

AutoCAD Inventor :: Converting Equation To Numeric?

Mar 23, 2012

I was trying to use ipart to create some parts and place the relevant dimensions in the table format in the idw file.  However, the equation for the dimensions appeared and I like to have it as numeric.  Also, the feature present or absent is preferred to be called "Yes" and "No" instead of "Computed" and "Suppress" respectively.

View 1 Replies View Related

AutoCAD Inventor :: Using Drawing Dimensions To Drive Equation?

Nov 2, 2011

I have an asssembly stack and I have a known bending moment at a given place (ie the datum). I want then to create a drawing of this stack up and show the bending moments at known locations beside the relative dimension.

Now I can do this manually no problem...but I would like this drawing to update automatically. ie the stack up height(s) change and i want the bending moment figure to update accordingly.l

Is there a way to do this with drawing dimensions? ie dimensions created in drawing mode?

View 1 Replies View Related

AutoCAD Inventor :: Linking (equation) Part To Its Own Assembly

Oct 14, 2011

I have a small assembly with the parts. I'm doing an array (pattern) of one of the parts and I tried to do two things without success:

1. Tried to link one of the parts to the assembly itself with the equation tool ,but the software doesn't let me do it and says "...was rejected since it causes a cyclic dependency" - so what?:-) I know and need to do it!

2. After rejected the first choice, I tried to "project geometry" some stuff of the pattern I created in order to try and and make my connection in this way, but then I got a similar rejection: : problem encountered when doing cross part projection"...probably it's because it's from a pattern I'm creating from the part I'm doing this sketch inside?

What Can I do in order to bypass these remarks and make it somehow? Most important, Why can't one "tie" something from a part to its own assembly in which it's located???

Inventor 2012 Pro.
I7 workstation

View 9 Replies View Related

AutoCAD Inventor :: Ipart - Standard Parameter Column Change Depending On Custom Parameter Column

Jan 3, 2013

I am trying to publish to the CC a guide rail. The vendor of the rail gives me the option of entering the desired length of the rail. After that he gives me the option to choose between the length that I entered and a shorter and longer standard length witch can be delivered faster.

I want to do the same thing with my published part, but I cannot make a key parameter to change depending on the entered custom parameter. I want the user to make the next steps when inserting from the CC: 1- select the size of the rail; 2-select the type of the rail; 3- enter the desired length of the rail; 4- choose between the desired length and the 2 recommended lengths (I need these 3 lengths to be shown)

Is this possible?

View 9 Replies View Related







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