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
Next revision Both sides next revision
en:infra-convert:dev:parameter [2020/01/16 15:52]
me [Startup parameter file]
en:infra-convert:dev:parameter [2020/07/29 16:40]
me old revision restored (2020/04/09 13:31)
Line 317: Line 317:
 ^  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\\ \\ **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 |
 +
 +This applies to the import of ICP project files:
 +
 +|< 100% 33% 12% 54% >|
 +^  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 |
  
 </​WRAP>​ </​WRAP>​
Line 344: Line 350:
 <code javascript>​ <code javascript>​
 "​Targets":​ [ "​Targets":​ [
 +  {
 +    "​Format":"​JSONV2",​
 +    "​LanguageCode":"​de",​
 +    "​Path":"​Export/​prüfplan.json"​
 +  },
   {   {
     "​Format":"​JSONV1",​     "​Format":"​JSONV1",​
     "​LanguageCode":"​de",​     "​LanguageCode":"​de",​
-    "​Path":"​C:/Temp/​testplan.json",​+    "​Path":"​Export/prüfplan.json",​
     "​InspectionPlanVersionExportMode":​ "​Last"​     "​InspectionPlanVersionExportMode":​ "​Last"​
   },   },
   {   {
     "​Format":"​CSV",​     "​Format":"​CSV",​
-    "​Path":"​C:/Temp/​CSV/​testplan.csv"+    "​Path":"​Export/prüfplan.csv"
   },   },
   {   {
     "​Format":"​DFD",​     "​Format":"​DFD",​
-    "​Path":"​C:/Temp/​DFD/",​+    "​Path":"​Export/​DFD/",​
     "​ExportHint":​ "​MultiFileExport"​     "​ExportHint":​ "​MultiFileExport"​
   },   },
   {   {
     "​Format":"​DFD",​     "​Format":"​DFD",​
-    "​Path":"​C:/Temp/​DFD/​testplan.dfd",+    "​Path":"​Export/prüfplan.dfd",
     "​ExportHint":​ "​CombinedExport"​     "​ExportHint":​ "​CombinedExport"​
   },   },
   {   {
     "​Format":"​PDF",​     "​Format":"​PDF",​
-    "Path":"​C:/Temp/PDF/"+    "ColorOption":"​MonoColorStamp",​ 
 +    "​Path"​:"​Export/PDF/"
   },   },
   {   {
     "​Format":"​Png",​     "​Format":"​Png",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/"​ 
 +  },
   {   {
     "​Format":"​Jpg",​     "​Format":"​Jpg",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/",​
     "​Mode":"​Drawing"​     "​Mode":"​Drawing"​
   },   },
   {   {
     "​Format":"​Bmp",​     "​Format":"​Bmp",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/",​
     "​Mode":"​Stamps"​     "​Mode":"​Stamps"​
   }   }
Line 418: Line 431:
 ^ 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\\ \\ **Note** This parameter is available as of program version 1.3.7.2 |
  
-This applies to drawing exports in PDF und SVG format:+This applies to drawing exports in PDF format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ Format | String | **PDF** All drawing sheets each as a PDF file\\ **SVG** All drawing sheets each as a SVG file |+^ Format | String | **PDF** |
 ^ 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\\ \\ **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 |+^ 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 | 
 + 
 +This applies to drawing exports in SVG format: 
 + 
 +|< 100% 33% 12% 54% >| 
 +^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
 +^ Format | String | **SVG** | 
 +^ 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 ​|
  
 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:
Line 433: Line 455:
 ^ 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** Only drawing sheets\\ **Stamps** Only stamp graphics\\ \\ If **Mode** is not specified, drawing and stamp graphics are exported together |
 ^ 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\\ \\ **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.\\ \\ **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 |
  
 </​WRAP>​ </​WRAP>​
Line 599: Line 621:
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
 ^ Path | String | Path to the location and file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | ^ Path | String | Path to the location and file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
 +^ Force | String | Reading order of the parameters passed by start parameter and a user-defined "​settings.json":​\\ **true** Force the "​settings.json"​ passed by start parameter to be read from AppData after the "​settings.json",​ thus overwriting user-defined settings\\ **false** Default behaviour (also applies if parameter "​Force"​ is not specified)\\ \\ **Note** Available from program version 2.0.0.0 |
  
 </​WRAP>​ </​WRAP>​
en/infra-convert/dev/parameter.txt · Last modified: 2023/11/28 14:34 by me