rurik Posted March 9, 2010 Share Posted March 9, 2010 I tried this one, created parameters for n, r1, r2 and o but I don't get the same shape as you, mine looks like a tube that does not fully revolve around itself. I attached a screenshot... Thanks! Alex This one generates a spiral. However, the crossections don't sweep properly with the curve (always parallel to one axis) (Apparently this is a hard mathematical problem to solve) pow($X-ch("r2")*sin(ch("o")*$Z),ch("n")) + pow($Y-ch("r2")*cos(ch("o")*$Z),ch("n"))- pow(ch("r1"),ch("n")) with n=2, r1= 0.2, r2 = 0.4 Quote Link to comment Share on other sites More sharing options...
Macha Posted March 9, 2010 Share Posted March 9, 2010 I tried this one, created parameters for n, r1, r2 and o but I don't get the same shape as you, mine looks like a tube that does not fully revolve around itself. I attached a screenshot... Thanks! Alex Haven't got Houdini running on this machine but I think you missed setting the o parameter. That defines the spiraliniess. Set it to something like 360. Quote Link to comment Share on other sites More sharing options...
edward Posted March 10, 2010 Share Posted March 10, 2010 Adding a footnote here. To create just a regular spiral curve, go to the docs: http://www.sidefx.com/docs/houdini10.0/ref/expression_cookbook (look for "spiral") Quote Link to comment Share on other sites More sharing options...
kare Posted August 15, 2012 Share Posted August 15, 2012 Adding a footnote here. To create just a regular spiral curve, go to the docs: http://www.sidefx.com/docs/houdini10.0/ref/expression_cookbook (look for "spiral") Have any tried lorenz attractor or strange attractors in implicit function http://www.stsci.edu/~lbradley/seminar/attractors.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.