TechDraw PageDefault

    From FreeCAD Documentation

    TechDraw PageDefault.svg TechDraw PageDefault

    Menu location
    TechDraw → Page → Insert Default Page
    Workbenches
    TechDraw
    Default shortcut
    None
    Introduced in version
    -
    See also
    TechDraw PageTemplate, TechDraw Templates

    Description

    The TechDraw PageDefault tool creates a new Page object using the the template file specified in the TechDraw Preferences.

    A4 LandscapeTD.svg

    Default template that comes with TechDraw: A4_LandscapeTD.svg

    Usage

    1. An active document must exist.
    2. There are several ways to invoke the tool:
      • Press the TechDraw PageDefault.svg Insert Default Page button.
      • Select the TechDraw → Page → TechDraw PageDefault.svg Insert Default Page option from the menu.

    Notes

    • If a Page is marked as "do not keep updated" either through its DataKeep Updated property, through the Toggle Keep Updated option from its window context menu, or by the setting in the Preferences, it will ignore changes in the 3D model. You may notice anomalies (missing geometry, missing Dimension values, etc) in the appearance of the Page. These will correct themselves once the Page is updated with the Redraw Page tool. The Page will have this icon TechDraw Tree Page Unsync.svg in the Tree view while updating is suspended. This setting also affects the startup process. If a Page is marked as "do not keep updated" it will not be drawn at program start.
    • If the default template is not specified in your user configuration file user.cfg, the tool will try:
    $INSTALL_DIR/Mod/TechDraw/Templates/A4_LandscapeTD.svg
    
    Where $INSTALL_DIR is the directory where FreeCAD was installed, for example:
    /usr/share/freecad/Mod/TechDraw/Templates/A4_LandscapeTD.svg
    

    Properties

    Data

    Base

    • DataProjection Type: Default projection type (First or Third Angle) for this Page.

    Page

    • DataKeep Updated: If false, the Page is not updated with changes to the 3D model. Useful for complicated/slow drawings. See Notes.
    • DataTemplate: A link to this Page's Template object.
    • DataViews: A list of links to the Views on this Page.
    • DataScale: Default scale for Views in this Page.
    • DataNext Balloon Index: Auto-numbering for Balloons.

    View

    Grid

    Scripting

    See TechDraw PageTemplate.