User Tools

Site Tools


en:infra-convert:dev:parameter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:infra-convert:dev:parameter [2021/12/10 13:02]
me [Startup parameter file]
en:infra-convert:dev:parameter [2023/11/06 13:31]
me [Basics]
Line 53: Line 53:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -parameter="​C:/​Windows/​Temp/​StartParameterFile.json"​+…/InfraConvertWPF.exe -parameter="​C:/​Windows/​Temp/​StartParameterFile.json"​
 </​code>​ </​code>​
  
Line 62: Line 62:
 > **Note** Note that special characters in the name/path of the startup parameter file will only be passed correctly to #@IC_HTML@# if they have been encoded correctly. This can be ensured in a batch file saved as UTF-8, for example, by specifying the code page CHCP 65001 for UTF-8. Example: > **Note** Note that special characters in the name/path of the startup parameter file will only be passed correctly to #@IC_HTML@# if they have been encoded correctly. This can be ensured in a batch file saved as UTF-8, for example, by specifying the code page CHCP 65001 for UTF-8. Example:
 > <​code>​chcp 65001 > <​code>​chcp 65001
-InfraConvertWpf.exe -parameter="​Démarrer.json"</​code>​+…/InfraConvertWpf.exe -parameter="​Démarrer.json"</​code>​
  
 **Basic requirements for the startup parameter file** **Basic requirements for the startup parameter file**
  
   * The character encoding UTF-8 is expected.   * The character encoding UTF-8 is expected.
-  * Paths can be specified absolute or relative.\\ (Relative paths are possible from programme version 1.3.5.5.) ​+  * Paths can be specified absolute or relative. ​
   * The file can contain any part of the parameters presented here.   * The file can contain any part of the parameters presented here.
   * The file must adhere to the [[https://​json.org/​json-en.html|provisions of the JSON format]].   * The file must adhere to the [[https://​json.org/​json-en.html|provisions of the JSON format]].
Line 73: Line 73:
 **Startup parameter »forceConfigDir«** **Startup parameter »forceConfigDir«**
  
-Outside the start parameter file another call up parameter can be used (Available from program version 1.3.7.0). With "​forceConfigDir"​ another location for the directory with configuration and template files can be defined than the directory "​%ProgramData%/​ELIAS GmbH/​infra-Convert"​ created by default during installation.+Outside the start parameter file another call up parameter can be used. With "​forceConfigDir"​ another location for the directory with configuration and template files can be defined than the directory "​%ProgramData%/​ELIAS GmbH/​infra-Convert"​ created by default during installation.
  
 <WRAP group> <WRAP group>
Line 80: Line 80:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -forceConfigDir="​C:/​ProgramData/​ELIAS GmbH/​infra-Convert"​+…/InfraConvertWPF.exe -forceConfigDir="​C:/​ProgramData/​ELIAS GmbH/​infra-Convert"​
 </​code>​ </​code>​
  
Line 94: Line 94:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -parameter="​..." -forceConfigDir="​..."+…/InfraConvertWPF.exe -parameter="​…/" -forceConfigDir="​…/"
 </​code>​ </​code>​
  
Line 128: Line 128:
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ LanguageCode | String | **de** German\\ **en** English\\ **fr** French\\ **it** Italian\\ **es** Spanish\\ **ru** Russian ​|+^ LanguageCode | String | **de** German\\ **en** English\\ **fr** French\\ **it** Italian\\ **es** Spanish\\ **zh** Chinese ​|
  
 </​WRAP>​ </​WRAP>​
Line 245: Line 245:
 </​code>​ </​code>​
  
-This applies to all imported drawings:+This applies to **all** imported drawings:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​).\\ \\ **Note** It is possible to specify the path in URL notation, beginning with "​https"​ and "​http",​ from program version 1.3.5.7 onwards. |+^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
  
-This applies to drawing imports in PDF format:+This applies to drawing imports in **PDF** format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ ImportBehavior | String | Behaviour when importing multi-page PDF files:\\ **Ask** Allways ask before import\\ **ImportFirstPage** Import first page only\\ **ImportAllPages** Allways import all sheets\\ \\ **Note** The parameter is optional. If it is not specified, only the sheet is imported. Available from program version 1.4.1.17 ​|+^ ImportBehavior | String | Behaviour when importing multi-page PDF files:\\ **Ask** Allways ask before import\\ **ImportFirstPage** Import first page only\\ **ImportAllPages** Allways import all sheets |
  
-This applies to drawing imports in DXF and DWG format:+This applies to drawing imports in **DXF** and **DWG** format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ ImportBehavior | String | Behaviour when importing DXF and DWG files:\\ **Ask** Allways ask before import\\ **ImportModel** Always import model space only\\ **ImportPaperSpaces** Always import all sheets from paper space\\ **ImportAllLayouts** Allways import all sheets\\ \\ **Note** The parameter is optional. If it is not specified, the sheet is imported from model space. Available from program version 1.4.1.17 ​|+^ ImportBehavior | String | Behaviour when importing DXF and DWG files:\\ **Ask** Allways ask before import\\ **ImportModel** Always import model space only\\ **ImportPaperSpaces** Always import all sheets from paper space\\ **ImportAllLayouts** Allways import all sheets |
  
-This applies to the import of ICP project files:+This applies to the import of **ICP** project files:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ ImportBehavior | String | Behavior when importing ICP files:\\ **Ask** When reloading PDF, DXF and DWG drawing files, ask the user to select the page or sheet in the file\\ **ImportModel** When reloading DXF and DWG files, always import the model space only\\ \\ **Note** The parameter is optional. If it is not specified, the first page is automatically selected from a PDF file or the model space is selected in a DXF and DWG file. Available from program version 1.5.1.1 ​|+^ ImportBehavior | String | Behavior when importing ICP files:\\ **Ask** When reloading PDF, DXF and DWG drawing files, ask the user to select the page or sheet in the file\\ **ImportModel** When reloading DXF and DWG files, always import the model space only\\ \\ **Note** The parameter is optional. If it is not specified, the first page is automatically selected from a PDF file or the model space is selected in a DXF and DWG file. |
  
 </​WRAP>​ </​WRAP>​
Line 365: Line 365:
 </​code>​ </​code>​
  
-The following applies for the JSONV2 quality test plan format ​(available from program version 1.4.2.1):+The following applies for the **JSONV2** quality test plan format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
Line 374: Line 374:
 ^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | ^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
  
-The following applies for the JSONV1 quality test plan format:+The following applies for the **JSONV1** quality test plan format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
Line 382: Line 382:
 ^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | ^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 |
 ^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | ^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2 ​|+^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number. |
  
-The following applies for the CSV quality test plan format:+The following applies for the **CSV** quality test plan format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
Line 391: Line 391:
 ^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | ^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 |
 ^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | ^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2 ​|+^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number. |
 ^ ExportHint | String | **AskForHeader** Before export, show the export dialog to allow data entry for the header and export the header.\\ \\ **Note** This parameter is available from program version 2.2.8. | ^ ExportHint | String | **AskForHeader** Before export, show the export dialog to allow data entry for the header and export the header.\\ \\ **Note** This parameter is available from program version 2.2.8. |
  
-The following applies for the DFD quality test plan format:+The following applies for the **DFD** quality test plan format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
Line 401: Line 401:
 ^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | ^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 |
 ^ Path | String | Path to the location without a file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | ^ Path | String | Path to the location without a file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2 ​+^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number. | 
-^ ExportHint | String | **MultiFileExport** Export partial test plans to separate DFD files (default behavior, applied if parameter is not specified)\\ **CombinedExport** Export partial test plans to collective DFD file\\ \\ **Note** This parameter is available as of program version 1.3.7.2 ​|+^ ExportHint | String | **MultiFileExport** Export partial test plans to separate DFD files (default behavior, applied if parameter is not specified)\\ **CombinedExport** Export partial test plans to collective DFD file |
  
-This applies to drawing exports in PDF format:+This applies to drawing exports in **PDF** format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
Line 412: Line 412:
 ^ Path | String | Path to storage location, for multiple export ("​MultiFileExport"​) without file name, for combined export ("​CombinedExport"​) with file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | ^ Path | String | Path to storage location, for multiple export ("​MultiFileExport"​) without file name, for combined export ("​CombinedExport"​) with file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
 ^ ColorOption | String | Controls the color representation of the drawing and the stamps:\\ **NoPolicy** Stamps as shown in the program, drawing as native\\ **Mono** Stamps and drawing sheet in black and white\\ **Grayscale** Stamps and drawing in grayscale\\ **MonoColorStamp** Stamp as shown in the program, drawing monochrome | ^ ColorOption | String | Controls the color representation of the drawing and the stamps:\\ **NoPolicy** Stamps as shown in the program, drawing as native\\ **Mono** Stamps and drawing sheet in black and white\\ **Grayscale** Stamps and drawing in grayscale\\ **MonoColorStamp** Stamp as shown in the program, drawing monochrome |
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2\\ \\ **Note** The value "​All"​ is available from program version 1.5.1.1 ​|+^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number. |
  
-This applies to drawing exports in SVG format:+This applies to drawing exports in **SVG** format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
Line 421: Line 421:
 ^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | ^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 |
 ^ Path | String | Path to storage location, for multiple export ("​MultiFileExport"​) without file name, for combined export ("​CombinedExport"​) with file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | ^ Path | String | Path to storage location, for multiple export ("​MultiFileExport"​) without file name, for combined export ("​CombinedExport"​) with file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2\\ \\ **Note** The value "​All"​ is available from program version 1.5.1.1 ​|+^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number. |
  
-This applies to drawing exports in PNG, JPG, BMP, TIF und GIF format:+This applies to drawing exports in **PNG****JPG****BMP****TIF** und **GIF** format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
 ^ Format | String | **Png** All drawing sheets and/or all stamped characteristics in extracts as PNG files\\ **Tif** All drawing sheets and/or all stamped characteristics in extracts as TIF files\\ **Jpg** All drawing sheets and/or all stamped characteristics in extracts as JPG files\\ **Bmp** All drawing sheets and/or all stamped characteristics in extracts as BMP files\\ **Gif** All drawing sheets and/or all stamped characteristics in extracts as GIF files\\ \\ **Note** The use of PNG and TIF file formats is recommended,​ especially the JPG format is not suitable for technical drawings | ^ Format | String | **Png** All drawing sheets and/or all stamped characteristics in extracts as PNG files\\ **Tif** All drawing sheets and/or all stamped characteristics in extracts as TIF files\\ **Jpg** All drawing sheets and/or all stamped characteristics in extracts as JPG files\\ **Bmp** All drawing sheets and/or all stamped characteristics in extracts as BMP files\\ **Gif** All drawing sheets and/or all stamped characteristics in extracts as GIF files\\ \\ **Note** The use of PNG and TIF file formats is recommended,​ especially the JPG format is not suitable for technical drawings |
-^ Mode | String | **Drawing** Only drawing sheets\\ **Stamps** Only stamp graphics\\ \\ If **Mode** is not specified, drawing and stamp graphics are exported together |+^ Mode | String | **Drawing** Export only drawing sheets\\ **DrawingWithoutStamps** Export only drawing sheets without stamps\\ **Stamps** Export only stamp graphics\\ \\ If **Mode** is not specified, drawing and stamp graphics are exported together |
 ^ Image​Options | Field | Controls the rendering of the drawing graphics\\ \\ If **ImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​drawing_graphic_format_group|Drawing graphic]]**) are used | ^ Image​Options | Field | Controls the rendering of the drawing graphics\\ \\ If **ImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​drawing_graphic_format_group|Drawing graphic]]**) are used |
 ^ └ Width | Integer | Width of the image in number of pixels | ^ └ Width | Integer | Width of the image in number of pixels |
 ^ └ Height | Integer | Height of the image in number of pixels | ^ └ Height | Integer | Height of the image in number of pixels |
-^ └ Bit | Integer | Colour depth:\\ **1** 1 Bit\\ **8** 8 Bit\\ **24** 24 Bit (not at GIF) | +^ └ Bit | Integer | Colour depth:\\ **8** 8 Bit\\ **24** 24 Bit (not at GIF) | 
-^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **None** Do not apply supersampling\\ **Box** Average\\ **Bilinear** Linear\\ **Bicubic** Cubic\\ **Bspline** B-Spline\\ **Catmullrom** Catmull-Rom\\ **Lanczos3** Lanczos 3\\ \\ **Note** Available from program version ​1.7.3 and 2.2.4 | +^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **None** Do not apply supersampling\\ **Box** Average\\ **Bilinear** Linear\\ **Bicubic** Cubic\\ **Bspline** B-Spline\\ **Catmullrom** Catmull-Rom\\ **Lanczos3** Lanczos 3\\ \\ **Note** Available from program version 2.2.4 | 
-^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **1** Do not apply supersampling\\ **2** to **5** Levels 2 to 5\\ \\ **Note** Available from program version ​1.7.3 and 2.2.4 |​+^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **1** Do not apply supersampling\\ **2** to **5** Levels 2 to 5\\ \\ **Note** Available from program version 2.2.4 |​
 ^ Stamp​Image​Options | Field | Controls the rendering of the stamp graphic\\ \\ If **StampImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​stamp_graphic_format_group|Stamp graphic]]**) are used | ^ Stamp​Image​Options | Field | Controls the rendering of the stamp graphic\\ \\ If **StampImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​stamp_graphic_format_group|Stamp graphic]]**) are used |
 ^ └ Width | Integer | Width of the image in number of pixels | ^ └ Width | Integer | Width of the image in number of pixels |
 ^ └ Height | Integer | Height of the image in number of pixels | ^ └ Height | Integer | Height of the image in number of pixels |
-^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **None** Do not apply supersampling\\ **Box** Average\\ **Bilinear** Linear\\ **Bicubic** Cubic\\ **Bspline** B-Spline\\ **Catmullrom** Catmull-Rom\\ **Lanczos3** Lanczos 3\\ \\ **Note** Available from program version ​1.7.3 and 2.2.4 | +^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **None** Do not apply supersampling\\ **Box** Average\\ **Bilinear** Linear\\ **Bicubic** Cubic\\ **Bspline** B-Spline\\ **Catmullrom** Catmull-Rom\\ **Lanczos3** Lanczos 3\\ \\ **Note** Available from program version 2.2.4 | 
-^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **1** Do not apply supersampling\\ **2** to **5** Levels 2 to 5\\ \\ **Note** Available from program version ​1.7.3 and 2.2.4 |​+^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **1** Do not apply supersampling\\ **2** to **5** Levels 2 to 5\\ \\ **Note** Available from program version 2.2.4 |​
 ^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | ^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 |
 ^ Path | String | Path to the location without a file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | ^ Path | String | Path to the location without a file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2\\ \\ **Note** The value "​All"​ is available from program version 1.4.2.1 ​|+^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number. |
  
 </​WRAP>​ </​WRAP>​
Line 459: Line 459:
  
  
-  * **Drawing comparison**\\ (Available from program version 1.2)\\ //Compare Documents//​\\ Calls up the drawing comparison, see User's manual > User interface > Function window > [[en:​infra-convert:​user:​interface:​drwcomp|Drawing comparison]] and User’s Manual > Functions > [[en:​infra-convert:​user:​functions:​drwcompsimple|Zeichnungen vergleichen (Basic version)]] respectively [[en:​infra-convert:​user:​functions:​drwcomp|Drawing comparison (Pro version)]].+  * **Drawing comparison**\\ //Compare Documents//​\\ Calls up the drawing comparison, see User's manual > User interface > Function window > [[en:​infra-convert:​user:​interface:​drwcomp|Drawing comparison]] and User’s Manual > Functions > [[en:​infra-convert:​user:​functions:​drwcompsimple|Zeichnungen vergleichen (Basic version)]] respectively [[en:​infra-convert:​user:​functions:​drwcomp|Drawing comparison (Pro version)]].
  
 </​WRAP>​ </​WRAP>​
Line 513: Line 513:
 \\  \\ 
  
-<WRAP group> 
-<WRAP column 66.5%> 
 ===== Zoom on stamp ===== ===== Zoom on stamp =====
- 
-</​WRAP>​ 
-<WRAP column 25%> 
-> **Available from**\\ program version 1.2.0.21 
-</​WRAP>​ 
-<WRAP column 15%> 
-</​WRAP>​ 
- 
-</​WRAP>​ 
- 
  
 <WRAP group> <WRAP group>
Line 882: Line 870:
 |< 100% 34% 12% 53% >| |< 100% 34% 12% 53% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ Action | String | **AddOrUpdate** Add or change a tag, depending on whether or not the tag exists |+^ Action | String | **AddOrUpdate** Add or change a tag, depending on whether or not the tag exists\\ **Add** Add a tag that does not exist ("​AddOrUpdate"​ should be used preferentially)\\ **Remove** Delete a tag\\ **ResetDefault** Set a tag added or addressed with this as the new default. Existing tags are deleted. All characteristics are assigned this tag |
 ^ CharacteristicTag | Feld | Contains all the properties of the tag | ^ CharacteristicTag | Feld | Contains all the properties of the tag |
 ^ └ Id | String | GUID of the tag | ^ └ Id | String | GUID of the tag |
Line 904: Line 892:
 ===== Examples for start parameter files ===== ===== Examples for start parameter files =====
  
-A compilation of different start parameter scenarios can be downloaded here: {{:​en:​infra-convert:​dev:​infra_CONVERT_Parametertest.zip|infra_CONVERT_Parametertest.zip}},​ size: 2 MB. The examples are designed in such a way that you can execute each scenario directly with the included BAT file. All examples are at least compatible with program version 1.4.2.2. +A compilation of different start parameter scenarios can be downloaded here: {{:​en:​infra-convert:​dev:​infra_CONVERT_Parametertest.zip|infra_CONVERT_Parametertest.zip}},​ size: 2 MB. The examples are designed in such a way that you can execute each scenario directly with the included BAT file.
- +
-> **Important** Please check all file contents before executing an example. Save the "​settings.json"​ in your default program directory in advance. Settings passed by start parameter call overwrite any settings made in this folder.+
  
 <WRAP group> <WRAP group>
en/infra-convert/dev/parameter.txt · Last modified: 2023/11/28 14:34 by me