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) booltrueoutputinputconnectablestorablekeyable
If true and both paths are closed, automatically determine the value on the right rail so that they match
autoNormal (an) booltrueoutputinputconnectablestorablekeyable
If true, the direction of each starting tangent is computed based on given geometry.
positionTolerance (pt) double0.1outputinputconnectablestorablekeyable
The positional C(0) tolerance of the blend surface to the adjacent surfaces.
flipLeftNormal (fln) boolfalseoutputinputconnectablestorablekeyable
If true, flip the starting tangent of the left boundary.
flipRightNormal (frn) boolfalseoutputinputconnectablestorablekeyable
If true, flip the starting tangent of the right boundary.
tangentTolerance (tt) double0.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) nurbsCurveNULLarrayoutputinputconnectable
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) nurbsCurveNULLoutputinputconnectable
The left rail boundary.
leftStart (ls) double0.0outputinputconnectablestorablekeyable
The reference parameter on the left boundary where the blend surface starts.
multipleKnots (mk) booltrueoutputinputconnectablestorable
If true, use the new blend which produces fully multiple interior knots
outputSurface (os) nurbsSurfaceNULLoutputconnectable
The computed blend surface.
reverseLeft (rvl) boolfalseoutputinputconnectablestorablekeyable
If true, reverse the direction of the left boundary. autoDirection must be false for this value to be considered.
reverseRight (rvr) boolfalseoutputinputconnectablestorablekeyable
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) nurbsCurveNULLarrayoutputinputconnectable
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) nurbsCurveNULLoutputinputconnectable
The right rail boundary.
rightStart (rs) double0.0outputinputconnectablestorablekeyable
The reference parameter on the right boundary where the blend surface starts.