Go to: Related nodes. Attributes.
Compute the curve(s) on surface given a curve to project and the
surface to project onto. If useNormal is true, the normals of the
surface are used for the direction of projection. Otherwise, if
useNormal is false then the project direction can be specified by
the direction input. Note that the result of this operation is a 2
dimensional curve.
Node name |
Parents |
MFn type |
Compatible function sets |
projectCurve |
abstractBaseCreate |
kProjectCurve |
kBase
kNamedObject
kDependencyNode
kCreate
kProjectCurve |
Related nodes
rebuildCurve, detachCurve, attachCurve, extendCurve, insertKnotCurve, curveShape, nurbsCurve
Attributes (9)
direction, directionX, directionY, directionZ, inputCurve, inputSurface, outputCurve, tolerance, useNormal
Long name (short name) |
Type |
Default |
Flags |
|
inputCurve
(ic ) |
nurbsCurve |
NULL |
|
|
inputSurface
(is ) |
nurbsSurface |
NULL |
|
|
outputCurve
(oc ) |
nurbsCurve |
NULL |
|
|
direction
(d ) |
double3 |
|
|
|
directionX
(dx ) |
distance
(double) |
0.0cm |
|
|
|
directionY
(dy ) |
distance
(double) |
0.0cm |
|
|
|
directionZ
(dz ) |
distance
(double) |
1.0cm |
|
|
|
tolerance
(tol ) |
distance
(double) |
0.01cm |
|
|
useNormal
(un ) |
bool |
false |
|