Configuration parameters
Library elements are used to specify library specific properties. At least one library element with default settings has to be defined. Additional library elements for library specific settings have to be added if specific settings will be used.
EXAMPLE USAGE1SOURCE "Model2SGML"
2 [...]
3 LIBRARY
4 [...]
5 LIBRARY "Modeltype 1"
6 [...]
7 LIBRARY "Modeltype 2"
8 [...]
The following list describes the settings of one library element. Optional elements are listed in brackets.
graphics INTEGER 1 if graphics should be generated, 0 if no graphics should be exported
[ mode ] ENUMERATION The mode in which the documentation should be exported. Depending on the mode different classes are visible and thus exported
[ notebookattr ] ENUMERATION The attribute mode for the document export. The name of the attributemode (not the attributename / key) has to be specified
[ gfxformat ] ENUMERATION The format of the graphic files (e.g. "bmp" for bitmaps, "jpg" for jpegs). gfxformat only has to be specified, if graphics is set to 1. Possible values are bmp, jpg, bmp1, bmp24, pcx8, pcx24, png, emf and svg.
[ gfxdpi ] DOUBLE The dpi (size) for the graphics. This setting only has to be specified, if graphics is set to 1.
[ gfxmode ] ENUMERATION The mode in which the graphics should be exported. Depending on the mode different classes are visible and thus exported Here you can specify which modelclasses are visible in the graphics. This mode can be different to the mode set in mode. This setting only has to be specified, if graphics is set to 1.
[ gfxorientation ] ENUMERATION The orientation of the graphics: "don't change" ("unverändert"), "rotate left (counter clockwise)" ("um 90° nach links (im Gegenuhrzeigersinn) drehen"), "rotate right (clockwise)" ("um 90° nach rechts (im Uhrzeigersinn) drehen"), "rotate by 180°" ("um 180° drehen"). This setting only has to be specified, if graphics is set to 1.
REMARK: The gfxorientation can not be changed for graphics of type "emf".
[ gfxlayout ] ENUMERATION The page layout for the graphics. This setting only has to be specified, if graphics is set to 1.
[ gfxscale ] INTEGERThe scale zoom factor applied on the page layout. Default is 100. This setting only has to be specified, if graphics is set to 1.
[ gfxdozoom ] INTEGER If set to 0, only one image for each model will be generated. If set to 1, for every dpi-entry in gfxzoomlevels, an image will be generated.
[ gfxzoomlevels ] STRINGA list of dpi values. For each entry an image with this size will be generated. E.g. "10;40;80;120".
[ imagemaps ] INTEGER If set to 1, imagemap information is exported. If set to 0, no imagemaps will be generated.