TechDraw MoveView: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 4: Line 4:
{{Docnav
{{Docnav
|[[TechDraw_SpreadsheetView|SpreadsheetView]]
|[[TechDraw_SpreadsheetView|SpreadsheetView]]
|[[TechDraw_ShareView|ShareView]]
|[[TechDraw_CopyView|CopyView]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_SpreadsheetView.svg
|IconL=TechDraw_SpreadsheetView.svg
|IconR=TechDraw_CopyView.svg
|IconR=TechDraw_ShareView.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
Line 16: Line 16:
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Version=0.20
|Version=0.20
|SeeAlso=[[TechDraw_CopyView|TechDraw CopyView]]
|SeeAlso=[[TechDraw_ShareView|TechDraw ShareView]]
}}
}}


==Description==
==Description==


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


==Usage==
==Usage==
Line 45: Line 45:
{{Docnav
{{Docnav
|[[TechDraw_SpreadsheetView|SpreadsheetView]]
|[[TechDraw_SpreadsheetView|SpreadsheetView]]
|[[TechDraw_ShareView|ShareView]]
|[[TechDraw_CopyView|CopyView]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_SpreadsheetView.svg
|IconL=TechDraw_SpreadsheetView.svg
|IconR=TechDraw_CopyView.svg
|IconR=TechDraw_ShareView.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}

Revision as of 17:14, 2 February 2022

Other languages:

TechDraw MoveView

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

Description

The MoveView 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)