User talk:Catman

From FreeCAD Documentation
Revision as of 14:42, 2 August 2020 by Uwestoehr (talk | contribs)

I would propose to add a small chapter to address that although edit fields can not be automatically filled in (FC 0.19), this could be acieved with an own macro.

As a starting point to test this from the Python Console, this Macro shows the principle

>>> p = App.ActiveDocument.Page
>>> t = p.Template
>>> et = t.EditableTexts
>>> et["FC-Title"] = "The title of my page"
>>> t.EditableTexts = et

PartDesign Workbench

Please, as already said in the forum discussion about TechDraw:

  1. search the Wiki if the info is not already there
  2. if you think it is missing, ask in the forum's Wiki section first: https://forum.freecadweb.org/viewforum.php?f=21
  3. if there is already a page, but misses info, please update this page directly to reflect the current state (if necessary, add the version tag to make clear if it is a new feature of the unreleased FC 0.19)
  4. the Workbench pages are there for an overview, all detail info is within pages that are linked to the workbench page

thanks and regards --uwestoehr (talk) 14:42, 2 August 2020 (UTC)