Save custom CPlane(s)

 From:  bemfarmer
10744.8 In reply to 10744.6 
In the Elastica2 and Clothoid scripts, pointpicker is used to get cplane.
I think that this is true.
From Michael's help from 2013.

var pointpicker = moi.ui.createPointPicker();
if ( !GetPoint( pointpicker ) ) return;
var cplane = pointpicker.ptframe;

- Brian