3D Equation Curve Help

3D Equation Curve Help

JDMather
Consultant Consultant
782 Views
7 Replies
Message 1 of 8

3D Equation Curve Help

JDMather
Consultant
Consultant

I am trying to enter these equations into a 3D sketch equation curve.

How do I get theta as a function of t?

 

3D Equation Curve.png

 

Cookie Cutter.PNG


-----------------------------------------------------------------------------------------
Autodesk Inventor 2019 Certified Professional
Autodesk AutoCAD 2013 Certified Professional
Certified SolidWorks Professional


0 Likes
Accepted solutions (1)
783 Views
7 Replies
Replies (7)
Message 2 of 8

Justin.B.
Enthusiast
Enthusiast

You can just sub the value you want for theta right into the cos function's brackets.

x(t) = R * cos( r/R * sin(t) )

y(t) = r * cos(t)

z(t) = R * sin( r/R * sin(t) )

Note your screenshot shows z(t) using cos(), but in your blue comment it's sin(). I don't get a particularly shapely result from either, but I am able to generate the equation curves entering it this way.

0 Likes
Message 3 of 8

JDMather
Consultant
Consultant

@Justin.B. wrote:

...Note your screenshot shows z(t) using cos(), but in your blue comment it's sin().


Oops, thanks for catching that.

That sort of simple mistake can be hard to spot without someone else reviewing the work - we miss our own mistakes.

Let me experiment some more...


-----------------------------------------------------------------------------------------
Autodesk Inventor 2019 Certified Professional
Autodesk AutoCAD 2013 Certified Professional
Certified SolidWorks Professional


0 Likes
Message 4 of 8

Anonymous
Not applicable

I believe theta needs to be an angular unit... and add a converter at the end of your formula like so... 

 

 r / R * cos(( d0 - d1) * 1 deg) * 1 deg

Message 5 of 8

Justin.B.
Enthusiast
Enthusiast

Bravo if you can define the equations, but you might also have an easier time just letting Inventor wrap the circles around circles for you.

Message 6 of 8

JDMather
Consultant
Consultant

Well, at least I see that success should be within reach...

 

Oh wait a minute, you used geometry rather than Equation Curve...


-----------------------------------------------------------------------------------------
Autodesk Inventor 2019 Certified Professional
Autodesk AutoCAD 2013 Certified Professional
Certified SolidWorks Professional


0 Likes
Message 7 of 8

Justin.B.
Enthusiast
Enthusiast
Accepted solution

If you insist.

Message 8 of 8

johnsonshiue
Community Manager
Community Manager

Hi JD,

 

I took a quick look. Would Cylindrical coordinate system or Spherical coordinate system work better for this case?

Many thanks!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes