Go to: Related nodes. Attributes.
The 'rbfSrf' node computes the circular ( rolling ball ) fillet
given two NURBS surface and radii of the fillet. It may also be
used to compute the curve on surfaces on the two input surface
using the output attributes 'trimCurveOnPrimary',
'trimCurveOnSecondary`. The curve on surfaces are intersection
tracks between the computed fillet and the two input surfaces
respectively.
The surface fillet can be computed to user specified position and
tangent tolerance using the attributes 'positionTolerance' and
'tangentTolerance' respectively.
Node name |
Parents |
MFn type |
Compatible function sets |
rbfSrf |
abstractBaseCreate |
kRBFsurface |
kBase
kNamedObject
kDependencyNode
kCreate
kRBFsurface |
Related nodes
reverseSurface, smoothTangentSrf, projectTangent, surfaceInfo
Attributes (9)
outputSurface, positionTolerance, primaryRadius, primarySurface, secondaryRadius, secondarySurface, tangentTolerance, trimCurveOnPrimary, trimCurveOnSecondary
Long name (short name) |
Type |
Default |
Flags |
|
primarySurface
(ps ) |
nurbsSurface |
NULL |
|
|
secondarySurface
(ss ) |
nurbsSurface |
NULL |
|
|
primaryRadius
(pr ) |
distance
(double) |
1.0cm |
|
|
secondaryRadius
(sr ) |
distance
(double) |
1.0cm |
|
|
positionTolerance
(pt ) |
double |
0.01 |
|
|
tangentTolerance
(tt ) |
double |
0.01 |
|
|
outputSurface
(os ) |
nurbsSurface |
NULL |
|
|
trimCurveOnPrimary
(tcp ) |
nurbsCurve |
NULL |
|
|
trimCurveOnSecondary
(tcs ) |
nurbsCurve |
NULL |
|