
9.2NURBSCurves
435
,
The curve is split around the center into two curves: curve ldetachedCurvel
and curve 1 detachedCurve2.
Select Edit] Undo to remove the newly created curves.
To split the curve at the second edit point, execute the following.
detachCurve curvel.ep[1];
6. Select Edit] Undo to remove the newly created curves.
7. To split the curve but only keep the first piece, execute the following.
detachCurve -parameter 1.5 -keep true -keep false;
The curve is split as before, but the second curve object, curve ldetachedCurve2,
is empty.
8. Select Edit I Undo to remove the newly created curves.
9. The curve can be ...