DecomposeArray¶
- MLModule¶
genre
author
package
dll
definition
see also
ComposeVector3,DecomposeVector3,ComposeVector4,DecomposeVector4,ComposeMatrix,DecomposeMatrix,ComposePlane,VecBoxConvert,MultiFieldInventorTrafo,ComposeArraykeywords
Purpose¶
The module DecomposeArray decomposes an array of scalars into single values.
The module can also return a subarray of the input array.
Usage¶
Better use Python scripting to decompose an array!
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
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 subarray 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 entire input array is decomposed to the possible offered output values.