QSLIM

/ (object)

/

Description

FIXME: Missing documentation in the specification.

Required

/application (string)

/application

Description

Application name must be qslim.

Options: ['qslim']

/input (string)

/input

Description

Triangular input mesh.

Optional

/output (string)

/output

Description

Output file name.

Default: 'out.obj'

/input_dir (string)

/input_dir

Description

Directory where the input files are located. This is injected by the application and should not be set by the user.

Default: ''

/num_threads (int)

/num_threads

Description

Number of threads used by the application

Default: 0

/eps_rel (float)

/eps_rel

Description

Envelope thickness relative to the bounding box

Default: -1

/target_rel (float)

/target_rel

Description

Target number of vertices relative to the number of input vertices.

Default: 0.1

/target_abs (float)

/target_abs

Description

Absolute target number of vertices.

Default: -1

/log_file (string)

/log_file

Description

Logs are not just printed on the terminal but also saved in this file.

Default: ''

/report (string)

/report

Description

A JSON file that stores information about the result and the method execution, e.g., runtime.

Default: ''

/throw_on_fail (bool)

/throw_on_fail

Description

Throw exception if the output does not fulfil the desired criteria. No output will be generated.

Default: False