Std: Widok od dołu

From FreeCAD Documentation
Revision as of 11:20, 3 June 2022 by Kaktus (talk | contribs) (Created page with "Polecenie '''Widok od dołu''' ustawia ujęcie widoku w aktywnym oknie widoku 3D w kierunku dodatniej osi Z.")

Std: Widok od góry

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

Opis

Polecenie Widok od dołu ustawia ujęcie widoku w aktywnym oknie widoku 3D w kierunku dodatniej osi Z.

Arrow 5 points in the direction of the bottom view

Usage

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

Scripting

See also: FreeCAD Scripting Basics.

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewBottom()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()