TechDraw MoveView: Difference between revisions

From FreeCAD Documentation
(Removed manual translation unit tags. Fixed Docnav link.)
No edit summary
Line 21: Line 21:
==Description==
==Description==


The CopyView tool moves a View and all its dependents (Balloons, Dimensions, etc) to a new Page.
The CopyView tool moves a View and all its dependents (Balloons, Dimensions, etc) to a different Page.


==Usage==
==Usage==

Revision as of 19:59, 15 January 2022

Other languages:

TechDraw MoveView

Menu location
TechDraw → Move View
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.20
See also
TechDraw CopyView

Description

The CopyView tool moves a View and all its dependents (Balloons, Dimensions, etc) to a different Page.

Usage

  1. (Optional) Select a View, a from Page and a to Page.
  2. Press the Move View button
  3. A dialog will open to allow you to select a View, from Page and to Page.

Scripting

See also: TechDraw API and FreeCAD Scripting Basics.

The MoveView tool can be used in macros and from the Python console by using the following functions:

import TechDrawTools
TechDrawTools.MoveView(viewName, fromPageName, toPageName)