Go to: Attributes.
The input attribute 'inputCurve' specifies the NURBS curve on which the cut should be performed.
The attributes 'min' and 'max' specify the desired range in the parameter space domain of the NURBS curve. The 'min' value must be less than the 'max' value.
The attribute 'relative' may be used if the specified min, max values need to be remapped based on the start and end parameter values of the input NURBS curve. The specified values are modified using a linear transformation.
The output attribute '.oc' provides the NURBS curve after the cut.
Node name | Parents | Classification | MFn type | Compatible function sets |
---|---|---|---|---|
subCurve | curveRange | geometry | kSubCurve | kBase kNamedObject kDependencyNode kCreate kSubCurve |
inputCurve, maxValue, minValue, outputCurve, relative
Long name (short name) | Type | Default | Flags | ||
---|---|---|---|---|---|
inputCurve
(ic )
| nurbsCurve | NULL | ![]() ![]() ![]() | ||
outputCurve
(oc )
| nurbsCurve | NULL | ![]() ![]() | ||
relative
(r )
| bool | false | ![]() ![]() ![]() ![]() | ||
maxValue
(max )
| double | -1.0 | ![]() ![]() ![]() ![]() ![]() | ||
minValue
(min )
| double | 0.0 | ![]() ![]() ![]() ![]() ![]() | ||