You can now specify an absolute value for each LOD (level of detail) tolerance right in the JT export option window.
The option window for File > Save As and File > Export > Active As (with set to ) displays a tolerance slider for each level of detail required.
For example, if Levels of Detail is set to 1, only one tolerance slider is available, while if Levels of Detail is set to 3, three tolerance sliders are available, one for each level, as shown below.

For the translator, the tessellation tolerance for the first level of detail is specified through argument -t <tol> (where tol is the tolerance value expressed in centimeters).
We added two optional arguments, -t1t and -t2t, to specify absolute tolerance values for the second and third levels of detail respectively.
Hence, a command line specifying all three tessellation tolerances looks like this:
AltoJt -t 0.1 -t1t0.5 -t2t1.0 -i <input wire file> -o <output Jt file>
If any of -t , -t1t , or -t2t is not specified, default values of 0.01 cm, 0.025 cm, and 0.1 cm are used respectively.
If using a scheme configuration file to provide the argument values, the format is as follows:
; this ui-symbol controls Tessellation Tolerance for first LOD (ui-symbol "mo_eai_tesselation_tol" 0.1) ; this ui-symbol controls Tessellation Tolerance for second LOD (ui-symbol "mo_eai_tesselation_tol1" 0.5) ; this ui-symbol controls Tessellation Tolerance for third LOD (ui-symbol "mo_eai_tesselation_tol2" 1.0)
If you want, you can assign labels to the levels of detail. These labels are saved in the JT file, and appear in the JT Export option window.

There are two ways of assigning labels:
(ui-symbol "mo_eai_tess_lod0_label" "Fine") (ui-symbol "mo_eai_tess_lod1_label" "Medium") (ui-symbol "mo_eai_tess_lod2_label" "Coarse")
Labels specified through a scheme configuration file override the environment variables when the scheme file is:
Only the first 15 characters of the label names appear in the option window, although all are saved in the JT file. Allowed characters are letters (upper and lower case), numbers, underscore ("_") and white spaces.