Go to: Related nodes. Attributes.
Compute the attached curve given two input curves. The end point
of the first curve is attached to the start point of the second
curve. After the attach is done, multiple knots exist at the point
where the curves were joined. The multiple knots can be kept
(keepMultipleKnots set to true) or they can be removed. If removed,
the shape of the attach result may change.
In the blend case, the multiple knot at the connection will not
exist, so the "keepMultipleKnots" option is ignored. The blend
value will skew the resulting curve toward one or the other input
curve - the value of 0.5 gives them equal influence. The parameter
value is used only when blendKnotInsertion is set to true.
Node name |
Parents |
MFn type |
Compatible function sets |
attachCurve |
abstractBaseCreate |
kAttachCurve |
kBase
kNamedObject
kDependencyNode
kCreate
kAttachCurve |
Related nodes
projectCurve, rebuildCurve, detachCurve, extendCurve, insertKnotCurve, curveShape, nurbsCurve
Attributes (11)
blendBias, blendKnotInsertion, inputCurve1, inputCurve2, inputCurves, keepMultipleKnots, method, outputCurve, parameter, reverse1, reverse2
Long name (short name) |
Type |
Default |
Flags |
|
inputCurve1
(ic1 ) |
nurbsCurve |
NULL |
|
|
inputCurve2
(ic2 ) |
nurbsCurve |
NULL |
|
|
inputCurves
(ics ) |
nurbsCurve |
NULL |
|
|
outputCurve
(oc ) |
nurbsCurve |
NULL |
|
|
reverse1
(rv1 ) |
bool |
false |
|
|
reverse2
(rv2 ) |
bool |
false |
|
|
method
(m ) |
enum |
0 |
|
|
keepMultipleKnots
(kmk ) |
bool |
true |
|
|
blendBias
(bb ) |
double |
0.5 |
|
|
blendKnotInsertion
(bki ) |
bool |
false |
|
|
parameter
(p ) |
double |
0.1 |
|