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
en:infra-convert:dev:stamptemplates [2020/11/13 12:32]
me
en:infra-convert:dev:stamptemplates [2022/05/24 14:15] (current)
me
Line 3: Line 3:
 <WRAP noprint> <WRAP noprint>
  
-> Administrator’s ​Guide #@IC_HTML@# > Configuration and Import+> Administrator’s ​Manual ​#@IC_HTML@# > Configuration and Import
  
 </​WRAP>​ </​WRAP>​
Line 18: Line 18:
 </​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.
  
-During installation,​ the parameter file //StampTemplates// is saved at the following location:+During installation,​ the parameter file "StampTemplates.json" ​is saved at the following location:
  
 <WRAP group> <WRAP group>
Line 31: Line 31:
 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 > Startup parameter file > [[en:​infra-convert:​dev:​parameter#​Parameter file for stamp templates]]). 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 > Startup parameter file > [[en:​infra-convert:​dev:​parameter#​Parameter file for stamp templates]]).
  
-{{page>​en:​infra-convert:​dev:​tip_use_adv_editor}} +\\ 
- +
-<WRAP noprint>+
  
 <WRAP noprint> <WRAP noprint>
Line 40: Line 38:
 //​**__Content__**//​ //​**__Content__**//​
  
 + • [[en:​infra-convert:​dev:​stamptemplates#​Administrator tools]]\\ ​
  • [[en:​infra-convert:​dev:​stamptemplates#​ID]]\\ ​  • [[en:​infra-convert:​dev:​stamptemplates#​ID]]\\ ​
  • [[en:​infra-convert:​dev:​stamptemplates#​Radius]]\\ ​  • [[en:​infra-convert:​dev:​stamptemplates#​Radius]]\\ ​
Line 58: Line 57:
  
 </​WRAP>​ </​WRAP>​
-</​WRAP>​ </​WRAP>​+</​WRAP>​ 
 +</​WRAP>​ 
 + 
 +===== Administrator tools ===== 
 + 
 +<WRAP group> 
 +<WRAP column 25%> 
 + 
 +**Export project settings** 
 + 
 +</​WRAP>​ 
 + 
 +<WRAP column 65%> 
 + 
 +You can export the current project settings as project template files ("​CharacteristicTags.json",​ "​SpecialCategories.json"​ and "​StampTemplates.json"​) from the #@IC_HTML@# user interface. (Available from programme version 2.4.1.)\\ **Siehe** User Manual > Settings > Project Settings > Tags > [[en:​infra-convert:​user:​config:​label#​save_export|Save/​Export]] 
 + 
 +</​WRAP>​ 
 +</​WRAP>​ 
 + 
 +\\ 
  
 ===== ID ===== ===== ID =====
Line 73: Line 91:
  
 <code javascript>​ <code javascript>​
-"​Id":​ "{bf69c190-4bcc-4c2c-9ed1-c67328f4f90e}",+"​Id":​ "​bf69c190-4bcc-4c2c-9ed1-c67328f4f90e",​
 </​code>​ </​code>​
  
Line 92: Line 110:
 Size of the stamp in an absolute, CAD-internal unit. Size of the stamp in an absolute, CAD-internal unit.
  
-> **See also**\\ User’s Guide #​@IC_HTML@# ​> Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]]+> **See also**\\ User Manual ​> Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]]
  
 </​WRAP>​ </​WRAP>​
Line 117: Line 135:
 Geometry of the stamp symbol. Geometry of the stamp symbol.
  
-> **See also**\\ User’s Guide #​@IC_HTML@# ​> Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]]+> **See also**\\ User Manual ​> Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]]
  
 </​WRAP>​ </​WRAP>​
Line 165: Line 183:
 Minimum distance of a stamp to a drawing specification,​ from which a connecting line is marked (in an absolute, CAD-internal unit). Minimum distance of a stamp to a drawing specification,​ from which a connecting line is marked (in an absolute, CAD-internal unit).
  
-> **See also**\\ User’s Guide #​@IC_HTML@# ​> Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]]+> **See also**\\ User Manual ​> Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]]
  
 </​WRAP>​ </​WRAP>​
Line 242: Line 260:
 > **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. > **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 Manual ​> Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]]
  
 </​WRAP>​ </​WRAP>​
Line 267: Line 285:
 Filling of the stamp interior with the color white. Filling of the stamp interior with the color white.
  
-> **See also**\\ User’s Guide #@IC_HTML@# > Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]]+> **See also**\\ User Manual ​#@IC_HTML@# > Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]]
  
 </​WRAP>​ </​WRAP>​
Line 459: Line 477:
 </​WRAP>​ </​WRAP>​ </​WRAP>​ </​WRAP>​
  
-</​WRAP>​ 
en/infra-convert/dev/stamptemplates.1605267148.txt.gz · Last modified: 2020/11/13 12:32 by me