Go to: Related nodes. Attributes.

Compute a freeform surface that blends between two surface rails. Each rail may consist of one or more surface curves on one or more surfaces. The tangent direction the blended surface leaves each rail is determined by flipLeft and flipRight.

Node nameParentsClassificationMFn typeCompatible function sets
ffBlendSrfabstractBaseCreategeometrykFFblendSrfkBase
kNamedObject
kDependencyNode
kCreate
kFFblendSrf

Related nodes

stitchSrf, globalStitch

Attributes (20)

autoAnchor, autoNormal, flipLeftNormal, flipRightNormal, leftAnchor, leftCurve, leftEnd, leftRail, leftStart, multipleKnots, outputSurface, positionTolerance, reverseLeft, reverseRight, rightAnchor, rightCurve, rightEnd, rightRail, rightStart, tangentTolerance

Long name (short name)TypeDefaultFlags
autoAnchor (aa) boolbooltrueoutputinputconnectablestorablekeyable
If true and both paths are closed, automatically determine the value on the right rail so that they match
autoNormal (an) boolbooltrueoutputinputconnectablestorablekeyable
If true, the direction of each starting tangent is computed based on given geometry.
positionTolerance (pt) doubledouble0.1outputinputconnectablestorablekeyable
The positional C(0) tolerance of the blend surface to the adjacent surfaces.
flipLeftNormal (fln) boolboolfalseoutputinputconnectablestorablekeyable
If true, flip the starting tangent of the left boundary.
flipRightNormal (frn) boolboolfalseoutputinputconnectablestorablekeyable
If true, flip the starting tangent of the right boundary.
tangentTolerance (tt) doubledouble0.1outputinputconnectablestorablekeyable
The tangent G(1) continuity tolerance of the blend surface to the adjacent surfaces.
leftAnchor (la) double0.0outputinputconnectablestorablekeyable
The reference parameter on the left boundary where the blend surface starts in the case of the closed rail.
leftCurve (lc) nurbsCurvenullptrarrayoutputinputconnectable
The surface curves comprising the left boundary.
leftEnd (le) double1.0outputinputconnectablestorablekeyable
The reference parameter on the left boundary where the blend surface ends.
leftRail (lr) nurbsCurvenullptroutputinputconnectable
The left rail boundary.
leftStart (ls) double0.0outputinputconnectablestorablekeyable
The reference parameter on the left boundary where the blend surface starts.
multipleKnots (mk) boolbooltrueoutputinputconnectablestorable
If true, use the new blend which produces fully multiple interior knots
outputSurface (os) nurbsSurfacenullptroutputconnectable
The computed blend surface.
reverseLeft (rvl) boolboolfalseoutputinputconnectablestorablekeyable
If true, reverse the direction of the left boundary. autoDirection must be false for this value to be considered.
reverseRight (rvr) boolboolfalseoutputinputconnectablestorablekeyable
If true, reverse the direction of the right boundary. autoDirection must be false for this value to be considered.
rightAnchor (ra) double0.0outputinputconnectablestorablekeyable
The reference parameter on the right boundary where the blend surface starts in the case of the closed rail.
rightCurve (rc) nurbsCurvenullptrarrayoutputinputconnectable
The surface curves comprising the right boundary.
rightEnd (re) double1.0outputinputconnectablestorablekeyable
The reference parameter on the right boundary where the blend surface ends.
rightRail (rr) nurbsCurvenullptroutputinputconnectable
The right rail boundary.
rightStart (rs) double0.0outputinputconnectablestorablekeyable
The reference parameter on the right boundary where the blend surface starts.