Array Indices and XY Functions

From ZCubes Wiki
Revision as of 22:54, 1 February 2020 by Joseph (talk | contribs)
Jump to navigation Jump to search

These functions operate on array locations and values to create contours and other interesting operations.

Array.indices()

Parameters: Function,SubtractByArray,ScaleByArray,DoNotShowIndices,RowArray

Function is applied to array indices at each array location scaled by Scale Array, with SubtractByArray subtracted. Indices can be avoided in output with DoNotShowIndices parameter. RowArray can filter the output.

Array.xy()

Parameters: (Function, OffsetArray, ScaleArray,GiveIndicesAlso,DoCentering) Similar to .indices but gives the indices only if GiveIndicesAlso is asked for.


Array.xypanel()

Similar to .xy but with DoCentering as default.

Array.at()

Similar to .indices but uses the value at the cell location.

Array.atnode()

Array.atindex()

Array.nodeindex()

Array.indicesCore()