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 name |
Parents |
MFn type |
Compatible function sets |
ffBlendSrf |
abstractBaseCreate |
kFFblendSrf |
kBase
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) |
Type |
Default |
Flags |
|
leftCurve
(lc ) |
nurbsCurve |
NULL |
|
|
rightCurve
(rc ) |
nurbsCurve |
NULL |
|
|
leftRail
(lr ) |
nurbsCurve |
NULL |
|
|
rightRail
(rr ) |
nurbsCurve |
NULL |
|
|
multipleKnots
(mk ) |
bool |
true |
|
|
positionTolerance
(pt ) |
double |
0.1 |
|
|
tangentTolerance
(tt ) |
double |
0.1 |
|
|
autoNormal
(an ) |
bool |
true |
|
|
flipLeftNormal
(fln ) |
bool |
false |
|
|
flipRightNormal
(frn ) |
bool |
false |
|
|
autoAnchor
(aa ) |
bool |
true |
|
|
leftAnchor
(la ) |
double |
0.0 |
|
|
leftStart
(ls ) |
double |
0.0 |
|
|
leftEnd
(le ) |
double |
1.0 |
|
|
reverseLeft
(rvl ) |
bool |
false |
|
|
rightAnchor
(ra ) |
double |
0.0 |
|
|
rightStart
(rs ) |
double |
0.0 |
|
|
rightEnd
(re ) |
double |
1.0 |
|
|
reverseRight
(rvr ) |
bool |
false |
|
|
outputSurface
(os ) |
nurbsSurface |
NULL |
|