Std ViewFront/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Opis==")
(Created page with "Polecenie '''Widok od przodu''' ustawia ujęcie widoku w aktywnym oknie widoku 3D w kierunku dodatniej osi Y.")
Line 21: Line 21:
==Opis==
==Opis==


The '''Std ViewFront''' command points the camera in the active [[3D_view|3D view]] in the direction of the positive Y axis.
Polecenie '''Widok od przodu''' ustawia ujęcie widoku w aktywnym oknie [[3D_view/pl|widoku 3D]] w kierunku dodatniej osi Y.


[[Image:FreeCAD_views_front.svg]]
[[Image:FreeCAD_views_front.svg]]

Revision as of 10:16, 3 June 2022

Std: Widok od przodu

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

Opis

Polecenie Widok od przodu ustawia ujęcie widoku w aktywnym oknie widoku 3D w kierunku dodatniej osi Y.

Arrow 1 points in the direction of the front view

Usage

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

Scripting

See also: FreeCAD Scripting Basics.

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewFront()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()