
436 CHAPTER 9
NURBS
3. Select Edit I Undo to undo the attachment.
4. To create a new curve that is blended, execute the following.
attachCurve-replaceOriginal false -method 1;
A new curve is created because the
-replaceOriginal
flag is set to
false.
The
attachment method is set to 1, which means that the curves will be blended. By
default, the resulting curve will be an equal mix of the two source curves.
5. To have the second curve favored more when blending, execute the following.
select -r curve1 curve2;
attachCurve-replaceOriginal false-method 1 -blendBias O;
A new curve is created, but the blending is biased ...