TechDraw MoveView: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 6: Line 6:
|[[TechDraw_CopyView|CopyView]]
|[[TechDraw_CopyView|CopyView]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_Spreadsheet.svg
|IconL=TechDraw_SpreadsheetView.svg
|IconR=TechDraw-CopyView.svg
|IconR=TechDraw-CopyView.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg

Revision as of 16:44, 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 new Page.


Usage

  1. (Optional) Select a View, a from Page and a to Page.
  2. Press the File:TechDraw-MoveView.svg 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)