Go to: Related nodes. Attributes.

OBSOLETE: See ffBlendSrf node. 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. The blended surface can be twisted by using leftParameter and rightParameter.

Node nameParentsClassificationMFn typeCompatible function sets
ffBlendSrfObsoleteabstractBaseCreategeometrykFFblendSrfkBase
kNamedObject
kDependencyNode
kCreate
kFFblendSrf

Related nodes

roundConstantRadius, extendSurface, offsetCos, avgSurfacePoints, alignSurface, bevel, insertKnotSurface

Attributes (13)

autoDirection, flipLeft, flipRight, leftCurve, leftParameter, leftRail, multipleKnots, outputSurface, positionTolerance, rightCurve, rightParameter, rightRail, tangentTolerance

Long name (short name)TypeDefaultFlags
autoDirection (ad) 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.
flipLeft (fl) boolboolfalseoutputinputconnectablestorablekeyable
If true, flip the starting tangent of the left boundary.
flipRight (fr) 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.
leftCurve (lc) nurbsCurvenullptrarrayoutputinputconnectable
The surface curves comprising the left boundary.
leftParameter (lp) double123456.0outputinputconnectablestorablekeyable
The reference parameter on the left boundary where the blend surface begins.
leftRail (lr) nurbsCurvenullptroutputinputconnectable
The left rail boundary.
multipleKnots (mk) boolbooltrueoutputinputconnectablestorable
If true, use the new blend which produces fully multiple interior knots
outputSurface (os) nurbsSurfacenullptroutputconnectable
The created blend surface.
rightCurve (rc) nurbsCurvenullptrarrayoutputinputconnectable
The surface curves comprising the right boundary.
rightParameter (rp) double123456.0outputinputconnectablestorablekeyable
The reference parameter on the right boundary where the blend surface begins.
rightRail (rr) nurbsCurvenullptroutputinputconnectable
The right rail boundary.