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
|