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
|