Autodesk Inventor
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Why does Equation Curve function not work?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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 tpying in such a simple equation as y=x^3 be so difficult??? Can't even do (x*x*x)/1 in & make it work.
It's really great that the example shows an airfoil equation, but how about starting with the simple stuff & getting it to work right first???
Re: Why does Equation Curve function not work?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Try something like this
oops, but inches (in) as your units and of course the 25 was just a test number.
-----------------------------------------------------------------------------------------
Autodesk Inventor 2013 Certified Professional
Autodesk AutoCAD 2013 Certified Professional
Certified SolidWorks Professional
Inventor Professional 2014 Edu 64-bit
GeForce GTX 560M i7-2670QM @ 2.2GHz 8GB RAM
http://home.pct.edu/~jmather/content/DSG322/inventor_surface_tutorials.htm
http://www.autodesk.com/edcommunity
Still waiting for -Draft option on any Rib feature.
Re: Why does Equation Curve function not work?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
marshallw,
When creating explicit equations, the units for xmin and xmax are length. So your equation is (x^3) / (1 in * 1 in) so you end up with in for the end units.
The Tutorial for equation curves uses simpler equations that what are shown in the airfoil video.
Patrick Miller
Senior Content Developer
Autodesk, Inc.
Re: Why does Equation Curve function not work?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thank you Patrick & JD. I noticed that both you solutions involved dividing x^3 by 1{measurement unit}^2. I would have never thought of dividing x^3 by something squared to get the answer, which was exactly my point to Autodesk on the original post -- whay so dang complex?
Are you folks saying that I have to take into accound the units for both xmin & xmax in the equation? Is that the reason for dividing by 1{unit}^2/
Marshall
Re: Why does Equation Curve function not work?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
marshallw wrote:I would have never thought of dividing x^3 by something squared to get the answer, which was exactly my point to Autodesk on the original post -- whay so dang complex?
Seems pretty logical to me - I recall learning how to handle units in HS math.
-----------------------------------------------------------------------------------------
Autodesk Inventor 2013 Certified Professional
Autodesk AutoCAD 2013 Certified Professional
Certified SolidWorks Professional
Inventor Professional 2014 Edu 64-bit
GeForce GTX 560M i7-2670QM @ 2.2GHz 8GB RAM
http://home.pct.edu/~jmather/content/DSG322/inventor_surface_tutorials.htm
http://www.autodesk.com/edcommunity
Still waiting for -Draft option on any Rib feature.
