TechDraw MoveView

From FreeCAD Documentation
Revision as of 16:42, 15 January 2022 by Wandererfan (talk | contribs) (Created page with "<languages/> <translate> <!--T:19--> {{Docnav |Spreadsheet |CopyView |TechDraw |IconL=TechDraw_Spreadshee...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)