This class defines a dependent Blend curve. A Blend curve connects the end of one curve to the end of another, blending the curvature of the parents to create a smooth curve between them.
Any of the object's properties may be set via optional keyword arguments on the constructor.
The 1st parent curve by NURBSet index.
The 1st parent curve by NURBSId.
The 2nd parent curve by NURBSet index.
The 2nd parent curve by NURBSId.
true to use the end of 1st parent curve; false to use the beginning, defaults to false.
true to use the end of 2nd parent curve; false to use the beginning, defaults to false.
The tension value for the 1st parent curve.