InfoArray3 Op

InfoArray3

min,max and average values of an array3


Check the example file Ops.Array.InfoArray for a simplified version of infoArray3


Full Name
  • Ops.Array.InfoArray3
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


Array (Array)

OUTPUT PORTS


Num Items (Number)

Number of items in the array

Min X (Number)

Minimum value of the x component in the array

Min Y (Number)

Minimum value of the y component in the array

Min Z (Number)

Minimum value of the z component in the array

Max X (Number)

Maximum value of the x component in the array

Max Y (Number)

Maximum value of the y component in the array

Max Z (Number)

Maximum value of the z component in the array

Average X (Number)

Average of all the values in the x component

Average Y (Number)

Average of all the values in the y component

Average Z (Number)

Average of all the values in the z component

Center X (Number)
Center Y (Number)
Center Z (Number)

 

Patches using InfoArray3

  • Examples
  • Public
  • My Patches

Changelog


newOps.Array.Array3xAnalyze renamed to Ops.Array.InfoArray3user avatarpandur - 2019-06-13 10:13
featureadded center point outputuser avatarpandur - 2025-02-10 19:29