Go to: Related nodes. Attributes.

Given an input curve (inputCurve) and an index of a control vertex (index), attempt to produce an output curve (outputCurve) that interpolates the position of that control point, without changing the parameter domain or the total number of control points in the curve. This will be accomplished (if possible) by reparameterizing the curve to introduce a multiple knot of a specified multiplicity. A multiplicity of -1 will produce a full multiplicity knot (equal to the degree of the curve.)

Node name Parents MFn type Compatible function sets
hardenPoint abstractBaseCreate kHardenPointCurve kBase
kNamedObject
kDependencyNode
kCreate
kHardenPointCurve

Related nodes

makeTextCurves, offsetCurve, filletCurve, alignCurve, closeCurve, smoothCurve

Attributes (4)

index, inputCurve, multiplicity, outputCurve

Long name (short name) Type Default Flags
inputCurve (ic) nurbsCurve NULL outputinputconnectable
Input curve
index (i) integer 0 arrayoutputinputconnectablestorablehidden
index of the control vertex
multiplicity (m) integer -1 outputinputconnectablestorable
the required multiplicity of the curve knot
outputCurve (oc) nurbsCurve NULL outputconnectable
Output curve