User Tools

Site Tools


en:infra-convert:dev:stamptemplates

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:stamptemplates [2020/07/23 13:46]
me [Parameter file StampTemplates]
en:infra-convert:dev:stamptemplates [2020/11/13 12:31]
me
Line 7: Line 7:
 </​WRAP>​ </​WRAP>​
  
 +<WRAP group>
 +<WRAP column 90%>
 ====== Parameter file "​StampTemplates"​ ====== ====== Parameter file "​StampTemplates"​ ======
  
 ---- ----
 +</​WRAP>​
 +<WRAP column 5%>
 +{{ :​en:​infra-convert:​dev:​icon_dev_stempelvorlagen.png?​nolink&​50|}}
 +</​WRAP>​
 +</​WRAP>​
  
 The templates for →[[en:​infra-convert:​user:​terms#​Stamp/​stamps|stamps]] that are assigned to the characteristic categories are defined in the parameter file //​StampTemplates.json//​ (see Configuration and Import > [[en:​infra-convert:​dev:​specialcategories|Parameter file "​SpecialCategories"​]]). More specifically:​ these definitions are loaded when a new →[[en:​infra-convert:​user:​terms#​Project|project]] is created and saved in the project file. This means that it is only in the project itself possible to later change the stamp templates for a project. The templates for →[[en:​infra-convert:​user:​terms#​Stamp/​stamps|stamps]] that are assigned to the characteristic categories are defined in the parameter file //​StampTemplates.json//​ (see Configuration and Import > [[en:​infra-convert:​dev:​specialcategories|Parameter file "​SpecialCategories"​]]). More specifically:​ these definitions are loaded when a new →[[en:​infra-convert:​user:​terms#​Project|project]] is created and saved in the project file. This means that it is only in the project itself possible to later change the stamp templates for a project.
Line 36: Line 43:
  • [[en:​infra-convert:​dev:​stamptemplates#​Radius]]\\ ​  • [[en:​infra-convert:​dev:​stamptemplates#​Radius]]\\ ​
  • [[en:​infra-convert:​dev:​stamptemplates#​Shape]]\\ ​  • [[en:​infra-convert:​dev:​stamptemplates#​Shape]]\\ ​
- • [[en:​infra-convert:​dev:​stamptemplates#​Orientation]]\\ ​+ • [[en:​infra-convert:​dev:​stamptemplates#​Position/Orientation]]\\ ​
  • [[en:​infra-convert:​dev:​stamptemplates#​Minimum distance for connection line]]\\ ​  • [[en:​infra-convert:​dev:​stamptemplates#​Minimum distance for connection line]]\\ ​
- • [[en:​infra-convert:​dev:​stamptemplates#​Distance]]\\ ​+ • [[en:​infra-convert:​dev:​stamptemplates#​Distance ​to text]]\\  
 + • [[en:​infra-convert:​dev:​stamptemplates#​Thickness of the connection line]]\\ 
  • [[en:​infra-convert:​dev:​stamptemplates#​Opacity]]\\ ​  • [[en:​infra-convert:​dev:​stamptemplates#​Opacity]]\\ ​
  • [[en:​infra-convert:​dev:​stamptemplates#​Fill stamp]]\\ ​  • [[en:​infra-convert:​dev:​stamptemplates#​Fill stamp]]\\ ​
Line 127: Line 135:
 \\  \\ 
  
-===== Orientation =====+===== Position/Orientation =====
  
 <WRAP group> <WRAP group>
Line 143: Line 151:
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ DefaultPosition | Integer | Position:\\ **0** Standard (upper right)\\ **1** Upper right\\ **2** Right\\ **3** Lower right\\ **4** Bottom\\ **5** Lower left\\ **6** Left\\ **7** Upper left\\ **8** Top |+^ DefaultPosition | Integer | Position:\\ **0** Standard (upper right)\\ **1** Upper right\\ **2** Right\\ **3** Lower right\\ **4** Bottom\\ **5** Lower left\\ **6** Left\\ **7** Upper left\\ **8** Top\\ \\ **Note** From program version 2.4.1 the standard position changes from top right to right. ​|
  
 </​WRAP>​ </​WRAP>​
Line 175: Line 183:
 \\  \\ 
  
-===== Distance =====+===== Thickness of the connection line ===== 
 + 
 +<WRAP group> 
 +<WRAP column 40%> 
 + 
 +Thickness or width with which the connection line is drawn (in an absolute, CAD internal unit) 
 + 
 +> **Note** Available from programme version 2.4.1. 
 + 
 +> **See also**\\ User Manual > Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]] 
 + 
 +</​WRAP>​ 
 +<WRAP column 55%> 
 + 
 +<code javascript>​ 
 +"​MinDistanceForConnectionLine":​ 2.0, 
 +</​code>​ 
 + 
 +|< 100% 33% 12% 54% >| 
 +^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
 +^ ConnectionLineThickness | Double | Value for the line thickness.\\ **0** Hairline | 
 + 
 +</​WRAP>​ 
 +</​WRAP>​ 
 + 
 +\\  
 + 
 +===== Distance ​to text =====
  
 <WRAP group> <WRAP group>
Line 204: Line 239:
  
 Opacity of the entire stamp. Opacity of the entire stamp.
 +
 +> **Note** From program version 2.4.1 onwards, the alpha channel should only be given in colour value, see [[en:​infra-convert:​dev:​stamptemplates#​color|Color]]. If it is specified with this parameter **Alpha**, the alpha value is replaced or added to the colour specification.
  
 > **See also**\\ User’s Guide #@IC_HTML@# > Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]] > **See also**\\ User’s Guide #@IC_HTML@# > Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]]
Line 346: Line 383:
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ Type | String | Color system |+^ Type | String | Color system:\\ **RGB** Red-Green-Blue\\ **ARGB** Alpha-Red-Green-Blue | 
 +^ A | Integer | Value for the alpha channel (0 … 255, wiht 0 = fully transparent) ​|
 ^ R | Integer | Value for the red color channel (0 … 255) | ^ R | Integer | Value for the red color channel (0 … 255) |
 ^ G | Integer | Value for the green color channel (0 … 255) | ^ G | Integer | Value for the green color channel (0 … 255) |
Line 359: Line 397:
  
 The following describes the process for deinstalling,​ reinstalling (installing after previous deinstallation) and installing (without previous deinstallation) #@IC_HTML@# using the parameter file “StampTemplates.json”. Essential preconditions are: the file is at the location where it was installed, and has not been renamed. The following describes the process for deinstalling,​ reinstalling (installing after previous deinstallation) and installing (without previous deinstallation) #@IC_HTML@# using the parameter file “StampTemplates.json”. Essential preconditions are: the file is at the location where it was installed, and has not been renamed.
 +
 +> **See also** Introduction > Overview (program version 2) > [[en:​infra-convert:​dev:​intro_preview#​installation_uninstallation|Installation/​Uninstallation]]
  
 <WRAP group> <WRAP group>
en/infra-convert/dev/stamptemplates.txt · Last modified: 2022/05/24 14:15 by me