Std Draufsicht

From FreeCAD Documentation
Revision as of 08:56, 19 September 2020 by Wollhaar (talk | contribs) (Created page with "==Anwendung==")

Std Draufsicht

Menüeintrag
Ansicht → Standardansichten → Draufsicht
Arbeitsbereich
Alle
Standardtastenkürzel
2
Eingeführt in Version
-
Siehe auch
Std Vorderansicht, Std Ansicht von rechts

Beschreibung

Der Befehl Std Draufsicht wendet die Kamerasicht der aktiven 3D-Ansicht in die Richtung der negativen Z-Achse.

der Pfeil 2 zeigt in Richtung der Draufsicht

Anwendung

  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.

Skripten

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()