The texture blending mode options are only available through the AlToJt command line interface (no equivalent exists in the option window). They specify which texture blending mode will be used when exporting the file. The blending mode controls how the material color and the texture color of the part interact. Only one of the four options should be specified at a time. See table above.
If a blending mode is specified and a texture is mapped to the color channel, then both the material color and texture properties will be available in the JT file, and the blending mode will be set accordingly. If no blending mode is specified, no blending will be performed in the JT file, and only the texture will be set for the part.
The Alias User Option file is a text configuration file in a scheme format. A template is located in your local Alias installation under:
Program Files\Autodesk\Alias2010\Scheme\Modeling\dt_jt.v.scm.
It contains all the configuration parameters with their description. This file lets systems administrators edit the export parameters (options) then specify the filename in the command line instead of the individual parameters. For example:
AltoJt.exe -f "r:\directory name\dt_jt.v.scm"
This way the parameters can be changed while the command line always remains the same.
The scheme format has simple editing rules:
(ui-symbol "name" value)
; this ui-symbol controls Create A Single File ; chose one of the following: ;#f = create multiple file, #t = create single JT file (ui-symbol "mo_eai_multi_file" #t)
Labels for the tessellation levels of detail (LODs) can be set through the scheme configuration file (described above), but not as individual command-line arguments.
If you are not using a configuration file, you can set the labels by setting these environment variables:
For example: ALIAS_JT_LOD0_LABEL=Fine
Allowed characters are letters (upper and lower case), numbers, underscore ("_") and white spaces.