Nodebundle for playing with nodes

 From:  Michael Gibson
7777.1243 In reply to 7777.1242 
Hi James, maybe you're missing step #4 from that http://moi3d.com/forum/display.php?webtag=MOI&print_msg=8010.17 example - if the curve itself is selected along with all the control points it will copy the curve. To get points it needs to be curve itself not selected but its points are selected.

So try something like selPts.setProperty('selected', 0); in between the selectAll() and the copyToClipboardCommand()

- Michael