TechDraw ShareView: Difference between revisions

From FreeCAD Documentation
(Created page with "<languages/> <translate> <!--T:19--> {{Docnav |MoveView |ClipGroup |TechDraw |IconL=TechDraw-MoveView.svg |I...")
 
No edit summary
Line 4: Line 4:
{{Docnav
{{Docnav
|[[TechDraw_MoveView|MoveView]]
|[[TechDraw_MoveView|MoveView]]
|[[TechDraw_CipGroup|ClipGroup]]
|[[TechDraw_ClipGroup|ClipGroup]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw-MoveView.svg
|IconL=TechDraw-MoveView.svg
Line 57: Line 57:
{{Docnav
{{Docnav
|[[TechDraw_MoveView|MoveView]]
|[[TechDraw_MoveView|MoveView]]
|[[TechDraw_CipGroup|ClipGroup]]
|[[TechDraw_ClipGroup|ClipGroup]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw-MoveView.svg
|IconL=TechDraw-MoveView.svg

Revision as of 16:48, 15 January 2022

Other languages:

TechDraw CopyView

Menu location
TechDraw → Copy View)
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.19
See also
TechDraw MoveView

Description

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


Usage

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

Notes

There is only one View object after the copy operation. Any changes made to the View will be reflected in both Pages. If the View is deleted from one Page it will also be deleted from the other.