User Tools

Site Tools


en:infra-convert:dev:settings

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:settings [2019/10/09 14:28]
me
en:infra-convert:dev:settings [2020/04/28 15:03]
me
Line 11: Line 11:
 ---- ----
  
-All the basic settings (“Settings” Menu in the program) and project-related settings (‘Project Settings’ menu) are stored in the parameter file Settings.json. ​If a user changes a setting in the program, it will be recorded here.+All the basic settings (“Settings” Menu in the program) are stored in the parameter file "​settings.json"A superior description of how to use the parameter file is described under "​Introduction > [[en:​infra-convert:​dev:​intro|Overview]]"​.
  
-During installation,​ the “Settings” parameter file is saved at the following location:+During installation,​ the “settings” parameter file is saved at the following location:
  
 <WRAP group> <WRAP group>
 <WRAP indent> <WRAP indent>
 <WRAP column 72%> <WRAP column 72%>
-<​code>​%ProgramData%\ELIAS GmbH\infra-convert\Settings.json</​code>​+<​code>​%ProgramData%\ELIAS GmbH\infra-convert\settings.json</​code>​
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​ </​WRAP>​ </​WRAP>​
  
-If another parameter file is to be loaded when starting the program, this can be specified in the startup parameter file (see Configuration and Import > [[en:​infra-convert:​dev:​parameter#​Settings]]).+If another parameter file is to be loaded when starting the program, this can be specified in the startup parameter file (see "Configuration and Import > [[en:​infra-convert:​dev:​parameter#​Settings]]").
  
-> **Important** If the parameter file is faulty, this can lead to a program crash. Please only change ​specified ​parameters and remember ​to make a backup of the file.+> **Important** If the parameter file is faulty, this can lead to a program crash. Please only change ​designated ​parameters ​({{:​en:​infra-convert:​icon_hinweis_bearbeiten_erlaubt.png?​nolink&​15}}). Please do not delete parameters marked with {{{:​en:​infra-convert:​icon_hinweis_stop.png?​nolink&​15}} ​and do not change values assigned ​to them.
  
 <WRAP noprint> <WRAP noprint>
Line 46: Line 46:
  
 The settings are written in fields with the structure shown here. The settings are written in fields with the structure shown here.
- 
-Only values marked with {{:​en:​infra-convert:​icon_hinweis_bearbeiten_erlaubt.png?​nolink&​17}} can be changed. 
- 
-<WRAP group> 
-<WRAP column 20%> 
-> {{:​en:​infra-convert:​icon_hinweis_stop.png?​nolink&​50}}\\ \\  
-</​WRAP>​ 
-<WRAP column 65%> 
-Please do not delete parameters with this symbol or change their assigned values. 
-</​WRAP>​ 
-</​WRAP>​ 
  
 </​WRAP>​ </​WRAP>​
 <WRAP column 55%> <WRAP column 55%>
 +
 +**From program version 2.0.0.0 applies:**
 +
 +<code javascript>​
 +"​Culture":​ {
 +  "​Value":​ "​de-DE",​
 +},
 +</​code>​
 +
 +|< 100% 20% 10% 50% 10% >|
 +^  Parameter ​ ^  Type  ^  Value/​Content ​ ^  ^
 +^ Value | – | Value of the setting |  {{:​en:​infra-convert:​icon_hinweis_bearbeiten_erlaubt.png?​nolink&​20}} ​ |
 +
 +\\ 
 +
 +**For older program versions applies:**
  
 <code javascript>​ <code javascript>​
Line 101: Line 106:
 ^ Monochrome​Mode​Enabled | Monochrome moen:\\ **true** on\\ **false** off | User manual > Settings > Settings > General > [[en:​infra-convert:​user:​config:​general#​“Display” group]] | ^ Monochrome​Mode​Enabled | Monochrome moen:\\ **true** on\\ **false** off | User manual > Settings > Settings > General > [[en:​infra-convert:​user:​config:​general#​“Display” group]] |
 ^ Cad​View​Background​Color | Background colour in HTML colour code | User manual > Settings > Settings > General > [[en:​infra-convert:​user:​config:​general#​“Display” group]] | ^ Cad​View​Background​Color | Background colour in HTML colour code | User manual > Settings > Settings > General > [[en:​infra-convert:​user:​config:​general#​“Display” group]] |
 +^ MultisamplingLevel | Improve image quality by antialiasing\\ **16** Level:​ 16\\ **8** Level:​ 8\\ **4** Level:​ 4\\ **2** Level:​ 2\\ **0** Off\\ \\ **Note** Available from program version 1.5.1.1 | User manual > Settings > Settings > General > [[en:​infra-convert:​user:​config:​general#​“Display” group]] |
 +^ Use​Mipmapping​For​Palette​Images | Improve display of raster graphics through Mipmapping:​\\ **true** on\\ **false** off\\ \\ **Note** Available from program version 1.5.1.7 | User manual > Settings > Settings > General > [[en:​infra-convert:​user:​config:​general#​“Display” group]] |
 ^ Culture | Language:\\ **de-DE** German\\ **en-EN** English\\ **fr-FR** French\\ **it-IT** Italian\\ **es-ES** Spanish\\ **ru-RU** Russian | User manual > Settings > Settings > General > [[en:​infra-convert:​user:​config:​general#​“Language” group|“Language” Group]] > Table | ^ Culture | Language:\\ **de-DE** German\\ **en-EN** English\\ **fr-FR** French\\ **it-IT** Italian\\ **es-ES** Spanish\\ **ru-RU** Russian | User manual > Settings > Settings > General > [[en:​infra-convert:​user:​config:​general#​“Language” group|“Language” Group]] > Table |
 ^ Default​Project​Folder | File path to default project folder | User manual > Settings > Settings > General > [[en:​infra-convert:​user:​config:​general#​“Project” group]] | ^ Default​Project​Folder | File path to default project folder | User manual > Settings > Settings > General > [[en:​infra-convert:​user:​config:​general#​“Project” group]] |
Line 116: Line 123:
 </​WRAP>​ </​WRAP>​
 <WRAP column 92%> <WRAP column 92%>
-**“Settings > General” menu**+**“Settings > Characteristics” menu**
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​
Line 180: Line 187:
 |< 100% 20% 40% 40% >| |< 100% 20% 40% 40% >|
 ^  Name  ^  Value  ^  Link  ^ ^  Name  ^  Value  ^  Link  ^
 +^ Pdf​Default​Import​Setting | Behaviour when importing multi-page PDF files:\\ **Ask** Allways ask before import\\ **ImportAllPages** Allways import all sheets\\ \\ **Note** Available from program version 1.4.0.2 | User manual > Settings > Settings > Import > [[en:​infra-convert:​user:​config:​import#​pdf_drawing_files_group|“PDF drawing files” group]] |
 +^ Multi​Layout​Default​Import​Setting | 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** Available from program version 1.4.0.2 | User manual > Settings > Settings > Import > [[en:​infra-convert:​user:​config:​import#​dxf_and_dwg_drawing_files_group|“DXF and DWG drawing files” group]] |
 +^ Default​Import​Pdf​As​Raster​Image | Import PDF as raster graphics:\\ **true** Yes\\ **false** No\\ \\ **Note** Available from program version 1.4.2.1 | User manual > Settings > Settings > Import > [[en:​infra-convert:​user:​config:​import#​pdf_drawing_files_group|“PDF drawing files” group]] |
 +^ Default​Import​Pdf​As​Raster​Image​Dpi | Resolution or dot density of the raster graphics to be generated, specified as a numerical value\\ \\ **Note** Available from program version 1.4.2.1 | User manual > Settings > Settings > Import > [[en:​infra-convert:​user:​config:​import#​pdf_drawing_files_group|“PDF drawing files” group]] |
 +^ Default​Import​Pdf​As​Raster​Image​Color​Depth | Color depth of the raster graphics to be generated:​\\ **0** Color (24 Bit)\\ **1** Color (8 Bit)\\ **2** Grayscale (24 Bit)\\ **3** Monochrome (1 Bit)\\ \\ **Note** Available from program version 1.4.2.1 | User manual > Settings > Settings > Import > [[en:​infra-convert:​user:​config:​import#​pdf_drawing_files_group|“PDF drawing files” group]] |
 ^ Suppress​Font​Replacement​Notification | Suppress notifications for replaced fonts:\\ **true** on\\ **false** off\\ \\ **Note** Available from program version 1.3.9.10 | User manual > Settings > Import > [[en:​infra-convert:​user:​config:​import#​font_replacement_group|“Font replacement” group]] | ^ Suppress​Font​Replacement​Notification | Suppress notifications for replaced fonts:\\ **true** on\\ **false** off\\ \\ **Note** Available from program version 1.3.9.10 | User manual > Settings > Import > [[en:​infra-convert:​user:​config:​import#​font_replacement_group|“Font replacement” group]] |
  
en/infra-convert/dev/settings.txt · Last modified: 2024/03/06 09:35 by me