MoI discussion forum
MoI discussion forum

Full Version: DoyleFlower in v5 beta

From: Moi3dFan
15 Feb   [#1]
DoyleFlower script does not work on v5 beta.
It gives an error:

ReferenceError: Can't find variable: GetPointOsnappedOnCurve

DoyleFlower.js line 18

14: pointpicker.enableOnObjectSnap = true;
15:
16: // Select point on first circle, near newCircle tangent site.
17: // This can be a double click, which will satisfy Second Prompt.
18: >> if ( !GetPointOsnappedOnCurve( pointpicker ) )
19: return;
20: circlefactory.setInput( 1, pointpicker.pt );
21:
22: // Select first circle C0, that will be tangent to new circle.

Is it possible to rest the script?
Forum post: http://moi3d.com/forum/messages.php?webtag=MOI&msg=9453.1
From: Michael Gibson
15 Feb   [#2] In reply to [#1]
Hi Moi3dFan, I'm not able to repeat that error over here.

Are you somehow missing a file GetPointOsnappedOnCurve.js which should be in the MoI install's commands folder?

- Michael
From: Moi3dFan
15 Feb   [#3] In reply to [#2]
Yeah. Right! I really didn't have the file.
Thank you!