Purpose

The module DecomposeArray decomposes an array of scalars into single values.

The module can also return a sub-array of the input array.

Usage

Better use Python scripting to decompose an array!

Windows

Default Panel

../../../Modules/ML/MLCoordUtils1/mhelp/Images/Screenshots/DecomposeArray._default.png

Parameter Fields

Field Index

Decompose all: Bool
End Position: Integer
Input Array: String
Output Array: String
Start Position: Integer

Visible Fields

Input Array

name: inDoubleMField, type: String

Sets the input array consisting of a space-separated list of scalars.

Output Array

name: outDoubleMField, type: String, persistent: no

Shows the output sub-array of the Input Array.

Start Position

name: startPosition, type: Integer, default: 0, minimum: 0

Sets the index for the starting position.

End Position

name: endPosition, type: Integer, default: 0, minimum: 0

Sets the index of the ending position.

Decompose all

name: decomposeAll, type: Bool, default: FALSE

If checked, the whole input array is decomposed to the possible offered output values.