ConcatenateCurves¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module ConcatenateCurves concatenates several input ml.CurveData to a single output ml.CurveList.
Usage¶
The ConcatenateCurves module takes the input ml.CurveData or ml.CurveList objects and concatenates them to a single CurveList object available at the outCurveList field.
Each input can be enabled or disabled independently with the fields Enable input 1 to Enable input 4.
Windows¶
Default Panel¶
Input Fields¶
inCurve1¶
- name: inCurve1, type: CurveData/CurveList(MLBase), deprecated name: inputCurve1¶
Attach a CurveData or a CurveList.
For accessing this object via scripting, see the Scripting Reference:
MLCurveDataWrapper.
inCurve2¶
- name: inCurve2, type: CurveData/CurveList(MLBase), deprecated name: inputCurve2¶
Attach a CurveData or a CurveList.
For accessing this object via scripting, see the Scripting Reference:
MLCurveDataWrapper.
inCurve3¶
- name: inCurve3, type: CurveData/CurveList(MLBase), deprecated name: inputCurve3¶
Attach a CurveData or a CurveList.
For accessing this object via scripting, see the Scripting Reference:
MLCurveDataWrapper.
inCurve4¶
- name: inCurve4, type: CurveData/CurveList(MLBase), deprecated name: inputCurve4¶
Attach a CurveData or a CurveList.
For accessing this object via scripting, see the Scripting Reference:
MLCurveDataWrapper.
Output Fields¶
outCurveList¶
- name: outCurveList, type: CurveList(MLBase), deprecated name: outputCurveList¶
The concatenated CurveList.
For accessing this object via scripting, see the Scripting Reference:
MLCurveListWrapper.