ConcatenateCurves

MLModule
genre Diagram
author Tobias Boskamp
package MeVisLab/Standard
dll MLCurve
definition MLCurve.def
see also Diagram2D, ProfileCurve, DynaCurve
keywords diagram, merge, append, combine

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 by the fields Enable input 1 to Enable input 4.

Windows

Default Panel

../../../Modules/ML/MLCurve/mhelp/Images/Screenshots/ConcatenateCurves._default.png

Input Fields

inCurve1

name: inCurve1, type: MLBase, deprecated name: inputCurve1

Attach a CurveData or a CurveList.

inCurve2

name: inCurve2, type: MLBase, deprecated name: inputCurve2

Attach a CurveData or a CurveList.

inCurve3

name: inCurve3, type: MLBase, deprecated name: inputCurve3

Attach a CurveData or a CurveList.

inCurve4

name: inCurve4, type: MLBase, deprecated name: inputCurve4

Attach a CurveData or a CurveList.

Output Fields

outCurveList

name: outCurveList, type: MLBase, deprecated name: outputCurveList

The concatenated CurveList.

Parameter Fields

Visible Fields

Enable input 1

name: enable1, type: Bool, default: TRUE

Enables/disables curve or curve list object connected to the corresponding input field.

Enable input 2

name: enable2, type: Bool, default: TRUE

Enables/disables curve or curve list object connected to the corresponding input field.

Enable input 3

name: enable3, type: Bool, default: TRUE

Enables/disables curve or curve list object connected to the corresponding input field.

Enable input 4

name: enable4, type: Bool, default: TRUE

Enables/disables curve or curve list object connected to the corresponding input field.