TechDraw MoveView/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Opis==")
(Created page with "==Użycie==")
Line 22: Line 22:
==Opis==
==Opis==


Narzędzie '''Przesuń widok''' przenosi widok i wszystkie jego elementy zależne ''(dymki, wymiary itp.)'' na inną stronę.
The '''TechDraw MoveView''' tool moves a View and all its dependents (Balloons, Dimensions, etc) to a different Page.


==Usage==
<span id="Usage"></span>
==Użycie==


# Optionally select a View, a from Page and a to Page. The pages must be selected in that order.
# Optionally select a View, a from Page and a to Page. The pages must be selected in that order.

Revision as of 17:00, 19 July 2023

Other languages:

Rysunek Techniczny: Przesuń widok

Lokalizacja w menu
Rysunek Techniczny → Przesuń widok
Środowisko pracy
Rysunek Techniczny
Domyślny skrót
brak
Wprowadzono w wersji
0.20
Zobacz także
Udostępnij widok

Opis

Narzędzie Przesuń widok przenosi widok i wszystkie jego elementy zależne (dymki, wymiary itp.) na inną stronę.

Użycie

  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)