Go to: Related nodes. Attributes.
A curveFromSurface node is the basis node for curveFromSurfaceIso,
curveFromSurfaceBnd, and curveFromSurfaceCos. This node describes a
NURBS curve derived from a NURBS surface isoparm, boundary or
curve-on-surface. The resulting NURBS curve is the attribute
"outputCurve" and its extent can be controlled by the minValue and
maxValue parameters. If the "relative" attribute is true, then the
minValue and maxValue parameters are expressed as percent, ie.
ranging from 0.0 to 1.0.
This node is abstract
Node name |
Parents |
MFn type |
Compatible function sets |
curveFromSurface |
curveRange |
|
|
Related nodes
curveFromMesh, curveFromMeshEdge, curveFromSurfaceIso, curveFromSurfaceCoS, curveFromSurfaceBnd, curveInfo
Attributes (5)
inputSurface, maxValue, minValue,
outputCurve, relative
Long name (short name) |
Type |
Default |
Flags |
|
inputSurface
(is ) |
nurbsSurface |
NULL |
|
|
minValue
(min ) |
double |
1.0 |
|
|
maxValue
(max ) |
double |
-1.0 |
|
|
relative
(r ) |
bool |
false |
|
|
outputCurve
(oc ) |
nurbsCurve |
NULL |
|