Clothoid 2 point curve script

 From:  bemfarmer
5878.6 In reply to 5878.5 
Hi Michael,

Thank you for your help. I'm still studying your messages.



Installed MoI version 2 on the new hard drive.
The jscript picked up the error in the following code at line 334(plus)

return { 'K': K, 'Kprime': Kprime, 'L': L, };

Note the final comma after L -----The comma should not be there.
This error was not found in the current MoI Beta3 javascript. (webkit?)

Removed the comma, and the script runs in Moi version 2, when both points are selected in Top View plane, z=constant value,
or Front View, y=constant.

Right view does not work properly. Either var cplane = pointpicker.ptframe;, and evaluate do not work properly in
Right view, (1% probability?), or the script is defective, (99% probability?).

- Brian