TechDraw Templates: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 3: Line 3:
__NOTOC__
__NOTOC__
===Overview===
===Overview===

Every TechDraw Page is based on a Template. The Template controls paper size and contains all the "pre-printed" text and graphics of the page. The Template can also contain editable text fields for attributes like "Title", "Author", "Scale".
Every TechDraw Page is based on a Template. The Template controls paper size and contains all the "pre-printed" text and graphics of the page. The Template can also contain editable text fields for attributes like "Title", "Author", "Scale".


Line 8: Line 9:


===Properties===
===Properties===

* {{PropertyData|Orientation}}: Portrait or Landscape.
* {{PropertyData|Orientation}}: Portrait or Landscape.
* {{PropertyData|Width}}: Paper width in mm.
* {{PropertyData|Width}}: Paper width in mm.
Line 15: Line 17:


===Custom Templates===
===Custom Templates===

A limited number of pre-formatted Templates in various page sizes are included with FreeCAD. Custom Templates can also be created and specified as a default in [[TechDraw_Preferences|Preferences]].
A limited number of pre-formatted Templates in various page sizes are included with FreeCAD. Custom Templates can also be created and specified as a default in [[TechDraw_Preferences|Preferences]].


Line 23: Line 26:


===Notes===
===Notes===

* TechDraw Templates are not entirely interchangeable with [[Drawing_templates|Drawing Templates]]. In general, Drawing templates will work in TechDraw, but there may be problems with editable text.
* TechDraw Templates are not entirely interchangeable with [[Drawing_templates|Drawing Templates]]. In general, Drawing templates will work in TechDraw, but there may be problems with editable text.



Revision as of 21:38, 3 February 2018

Overview

Every TechDraw Page is based on a Template. The Template controls paper size and contains all the "pre-printed" text and graphics of the page. The Template can also contain editable text fields for attributes like "Title", "Author", "Scale".

Templates are Svg files and are created and modified outside of FreeCAD.

Properties

  • DataOrientation: Portrait or Landscape.
  • DataWidth: Paper width in mm.
  • DataHeight: Paper height in mm.
  • DataPage Result: A copy of the original Template file including all changes to editable texts. Not typically useful for end users.
  • DataTemplate: A pointer to a copy of the original Template file which is incorporated into the *.FCSTD file. This allows users who may not have a copy of the Template file to see the Page as intended. Not typically useful for end users.

Custom Templates

A limited number of pre-formatted Templates in various page sizes are included with FreeCAD. Custom Templates can also be created and specified as a default in Preferences.

TODO: how to make a template


Back to TechDraw.

Notes

  • TechDraw Templates are not entirely interchangeable with Drawing Templates. In general, Drawing templates will work in TechDraw, but there may be problems with editable text.