imagesSortRatio function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Synopsis

  • string imagesSortRatio(fileList, axisSelector)

Parameters

  1. fileListstring
    String list with geometry files, separated with ";" (also after the last entry).
  2. axisSelectorkeyword
    { xy | xz | yx | yz | zx | zy }— selector which defines which scope axes ratio is used as a reference.

Returns

A string list with all files in the input fileList, sorted in order how good they match the reference ratio (first is best, last is worst).

Description

The imagesSortRatio looks at all image files in the input fileList and sorts them depending on their ratio relative to the ratio of the two scope axes defined by axisSelector.

Related


In this topic