Isotropic Remeshing
/ (object)
/
Description
FIXME: Missing documentation in the specification.Required
/application (string)
/application
Description
Application name must be isotropic_remeshing.Options: ['isotropic_remeshing']
/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: ''
/use_sample_envelope (bool)
/use_sample_envelope
Description
Use sample envelope instead of exact one.Default: False
/num_threads (int)
/num_threads
Description
Number of threads used by the applicationDefault: 0
/max_iterations (int)
/max_iterations
Description
Maximum iterations before stopping.Default: 3
/eps_rel (float)
/eps_rel
Description
Envelope thickness relative to the bounding boxDefault: -1
/length_rel (float)
/length_rel
Description
Target edge length relative to the bounding box. Only used when absolute length is set negative.Default: -1
/length_abs (float)
/length_abs
Description
Absolute target edge length. If negative, relative length is used to compute the absolute. If this is negative as well, the average edge length of the input is used as target.Default: -1
/freeze_boundary (bool)
/freeze_boundary
Description
Freeze boundary.Default: True
/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: ''