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.
Constructors
NURBSBlendCurve [<property>:<val>]...Any of the object's properties may be set via optional keyword arguments on the constructor.
getObject <nurbsset> <index>Properties
<nurbsblendcurve>.parent1 : integerThe 1 st parent curve by NURBSet index.
<nurbsblendcurve>.parent1ID : integerThe 1 st parent curve by NURBSId.
<nurbsblendcurve>.parent2 : integerThe 2 nd parent curve by NURBSet index.
<nurbsblendcurve>.parent2ID : integerThe 2 nd parent curve by NURBSId.
<nurbsblendcurve>.flip1 : booleantrue to use the end of 1 st parent curve; false to use the beginning, defaults to false .
<nurbsblendcurve>.flip2 : booleantrue to use the end of 2 nd parent curve; false to use the beginning, defaults to false .
<nurbsblendcurve>.tension1 : floatThe tension value for the 1 st parent curve.
<nurbsblendcurve>.tension2 : floatThe tension value for the 2 nd parent curve.