Scripting Object Core Clear Method

MarkusR

Member
to recreate splines after a parameter input was changed i need/missing a clear function before i rebuild the spline.
not saw this feature in manual.

var core = sweep.core(); var spline = core; [B]spline.clear(); <---[/B] spline.move(new Vec3D(left,top,0)); spline.line(new Vec3D(right,top,0));
 
Back
Top