TechDraw MoveView/pl: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "{{Docnav/pl |Wstaw widok Arkusza kalkulacyjnego |Udostępnij widok |środowisko pracy Rysunek Techniczny |IconL=TechDraw_SpreadsheetView.svg |IconR=TechDraw_ShareView.svg |IconC=Workbench_TechDraw.svg }}")
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav
{{Docnav/pl
|[[TechDraw_SpreadsheetView|SpreadsheetView]]
|[[TechDraw_SpreadsheetView/pl|Wstaw widok Arkusza kalkulacyjnego]]
|[[TechDraw_ShareView|ShareView]]
|[[TechDraw_ShareView/pl|Udostępnij widok]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench/pl|środowisko pracy Rysunek Techniczny]]
|IconL=TechDraw_SpreadsheetView.svg
|IconL=TechDraw_SpreadsheetView.svg
|IconR=TechDraw_ShareView.svg
|IconR=TechDraw_ShareView.svg

Revision as of 16:56, 19 July 2023

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 TechDraw MoveView tool moves a View and all its dependents (Balloons, Dimensions, etc) to a different Page.

Usage

  1. Optionally select a View, a from Page and a to Page. The pages must be selected in that order.
  2. There are several ways to invoke the tool:
    • Press the Move View button.
    • Select the TechDraw → Move View option from the menu.
  3. A dialog will open to allow you to select a View, from Page and to Page.
  4. Press the OK button.

Scripting

See also: Autogenerated API documentation 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)