Log Aesthetic Space Curves

 From:  Michael Gibson
4543.4 In reply to 4543.2 
> Well, my Logarithmic2D spiral crashes MoI, both version
> 2 and 3Beta.
>
> Seems to be a problem with the Math.exp() function?
> In MoI2 the curve/line is going to infinity it seems.

Is it following the same general pattern as the other function curve scripts?

But definitely trying to go off to infinity or very large numbers will be problematic - if you have an infinite curve you need to narrow the points you generate on it to some more localized sub range.

If you'd like to post the script I can take a look at it - sounds like it may need some debugging.

For debugging purposes you can put in calls to moi.ui.alert( 'message' ); to pop up a message box showing a string, or you can also call moi.log( 'message' ); which will write a message to the debug log. To see the debug log output hold down the Ctrl key and click on the "MoI" title text in the upper-right corner of the window when it is maximized (near the window minimize/maximize/close buttons), and choose "Show log" on the debug menu that pops up.

- Michael