Workspace 6.21.5
NdTo3dArray

Converts an ArrayNd to a Array3d without copying any data. Stated slightly differently, this operation allows an ArrayNd to be accessed using the interface of a Array3d.

  • Default label: "Get 3d Array from ND Array"
  • Member of plug-in: Data analysis
  • Catalogue path: Data analysis/Arrays
Inputs:
Data sourceCSIRO::DataAnalysis::ArrayNd

X dimensionCSIRO::DataAnalysis::NamedDimensionRangeThe name of the dimension to be used as the X dimension of the output Array3d.
Y dimensionCSIRO::DataAnalysis::NamedDimensionRangeThe name of the dimension to be used as the Y dimension of the output Array3d.
Z dimensionCSIRO::DataAnalysis::NamedDimensionRangeThe name of the dimension to be used as the Z dimension of the output Array3d.
Fixed dimensionsCSIRO::DataExecution::ObjectArray

The names and indices of the dimensions that do not vary, and so are not part of the output Array3d. Stated another way, this input controls which dimensions are fixed when the ArrayNd is accessed as an Array3d.

Outputs:
3d dataCSIRO::DataAnalysis::Array3dScalar