Translations:TechDraw WeldSymbol/10/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
 
(Importing a new version from external source)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Each individual symbol ("arrow side" and "other side") is represented by a "tile" object. A WeldingSymbol has 1 or 2 tiles associated with it.
Each individual symbol ("arrow side" and "other side") is represented by a "tile" object. A Welding Symbol has 1 or 2 tiles associated with it. Each of it has the following properties:
* {{PropertyData|Row}}: 0 for above the line, -1 for below the line. Not intended for end users.
* {{PropertyData|Tile Parent}}: The parent Weld Symbol
* {{PropertyData|Tile Row}}: Row of the tile. 0 means above the line, -1 below the line. '''Note:''' If you change the row of one tile, you must also change the tile for the second side! This way you can flip the sides.
* {{PropertyData|Column}}: not implemented.
* {{PropertyData|SymbolFile}}: Directory and file name of the svg file for the symbol.
* {{PropertyData|Tile Column}}: Column of the tile. At the moment it is always 0, therefore the property is not editable.
* {{PropertyData|LeftText}}: Text to be displayed to the left of the svg symbol.
* {{PropertyData|Symbol File}}: Directory and file name of the symbol's SVG file.
* {{PropertyData|CenterText}}: Text to be displayed above/below the svg symbol.
* {{PropertyData|Symbol Included}}: Directory and file name of the actual included symbol SVG file. (It is a temporary directory.)
* {{PropertyData|RightText}}: Text to be displayed to the right of the svg symbol.
* {{PropertyData|Left Text}}: Text to be displayed to the left of the SVG symbol.
* {{PropertyData|Center Text}}: Text to be displayed above/below the SVG symbol.
* {{PropertyData|Right Text}}: Text to be displayed to the right of the SVG symbol.

Latest revision as of 20:43, 30 March 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TechDraw WeldSymbol)
Each individual symbol ("arrow side" and "other side") is represented by a "tile" object. A Welding Symbol has 1 or 2 tiles associated with it. Each of it has the following properties:
* {{PropertyData|Tile Parent}}: The parent Weld Symbol
* {{PropertyData|Tile Row}}: Row of the tile. 0 means above the line, -1 below the line. '''Note:''' If you change the row of one tile, you must also change the tile for the second side! This way you can flip the sides.
* {{PropertyData|Tile Column}}: Column of the tile. At the moment it is always 0, therefore the property is not editable.
* {{PropertyData|Symbol File}}: Directory and file name of the symbol's SVG file.
* {{PropertyData|Symbol Included}}: Directory and file name of the actual included symbol SVG file. (It is a temporary directory.)
* {{PropertyData|Left Text}}: Text to be displayed to the left of the SVG symbol.
* {{PropertyData|Center Text}}: Text to be displayed above/below the SVG symbol.
* {{PropertyData|Right Text}}: Text to be displayed to the right of the SVG symbol.

Each individual symbol ("arrow side" and "other side") is represented by a "tile" object. A Welding Symbol has 1 or 2 tiles associated with it. Each of it has the following properties:

  • DataTile Parent: The parent Weld Symbol
  • DataTile Row: Row of the tile. 0 means above the line, -1 below the line. Note: If you change the row of one tile, you must also change the tile for the second side! This way you can flip the sides.
  • DataTile Column: Column of the tile. At the moment it is always 0, therefore the property is not editable.
  • DataSymbol File: Directory and file name of the symbol's SVG file.
  • DataSymbol Included: Directory and file name of the actual included symbol SVG file. (It is a temporary directory.)
  • DataLeft Text: Text to be displayed to the left of the SVG symbol.
  • DataCenter Text: Text to be displayed above/below the SVG symbol.
  • DataRight Text: Text to be displayed to the right of the SVG symbol.