Std ViewRear/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "Polecenie '''Widok od tyłu''' ustawia ujęcie widoku w aktywnym oknie widoku 3D w kierunku ujemnym osi Y.")
(Created page with "{{Caption|Strzałka 4 wskazuje kierunek widoku z tyłu.}}")
Line 24: Line 24:


[[Image:FreeCAD_views_rear.svg]]
[[Image:FreeCAD_views_rear.svg]]
{{Caption|Arrow 4 points in the direction of the rear view}}
{{Caption|Strzałka 4 wskazuje kierunek widoku z tyłu.}}


==Usage==
==Usage==

Revision as of 11:08, 3 June 2022

Std: Widok od tyłu

Lokalizacja w menu
Widok → Widoki standardowe → Od tyłu
Środowisko pracy
wszystkie
Domyślny skrót
4
Wprowadzono w wersji
-
Zobacz także
Widok od dołu, Widok od lewej

Opis

Polecenie Widok od tyłu ustawia ujęcie widoku w aktywnym oknie widoku 3D w kierunku ujemnym osi Y.

Strzałka 4 wskazuje kierunek widoku z tyłu.

Usage

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

Scripting

See also: FreeCAD Scripting Basics.

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewRear()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()