Std ViewTop/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Caption|Strzałka 2 wskazuje kierunek widoku z góry.}}")
(Created page with "==Użycie==")
Line 26: Line 26:
{{Caption|Strzałka 2 wskazuje kierunek widoku z góry.}}
{{Caption|Strzałka 2 wskazuje kierunek widoku z góry.}}


==Usage==
==Użycie==


# There are several ways to invoke the command:
# There are several ways to invoke the command:

Revision as of 10:48, 3 June 2022

Std: Widok od góry

Lokalizacja w menu
Widok → Widoki standardowe → Od góry
Środowisko pracy
wszystkie
Domyślny skrót
2
Wprowadzono w wersji
-
Zobacz także
Widok od przodu, Widok od prawej

Opis

Polecenie Widok od góry ustawia ujęcie widoku w aktywnym oknie widoku 3D w kierunku dodatniej osi Z.

Strzałka 2 wskazuje kierunek widoku z góry.

Użycie

  1. There are several ways to invoke the command:
    • Press the Std ViewTop button.
    • Select the View → Standard views → Top option from the menu.
    • Select the Standard views → Top option from the 3D view context menu.
    • Use the keyboard shortcut: 2.

Scripting

See also: FreeCAD Scripting Basics.

To change to top view use the viewTop method of the ActiveView object. This method is not available if FreeCAD is in console mode.

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewTop()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()