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

From FreeCAD Documentation
m (FuzzyBot moved page Translations:TechDraw WeldingSymbol/10/en to Translations:TechDraw WeldSymbol/10/en without leaving a redirect: Part of translatable page "TechDraw WeldingSymbol")
(Importing a new version from external source)
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. (This property is not intended to be changed, just as information.)
* {{PropertyData|Column}}: not implemented.
* {{PropertyData|SymbolFile}}: Directory and file name of the svg file for the symbol.
* {{PropertyData|Tile Column}}: Not implemented yet - there is only column 0 at the moment.
* {{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.

Revision as of 21:12, 29 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. (This property is not intended to be changed, just as information.)
  • DataTile Column: Not implemented yet - there is only column 0 at the moment.
  • 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.