Std Vorderansicht

From FreeCAD Documentation
Revision as of 09:04, 19 September 2020 by Wollhaar (talk | contribs) (Created page with "Mit der {{incode|viewFront}}-Methode des Objektes der aktiven Ansicht wechselt man in die Vorderansicht")

Std Vorderansicht

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

Beschreibung

The Std ViewFront command points the camera in the active 3D view in the direction of the positive Y axis.

Der Peil 1 zeigt in Richtung der Vorderansicht

Anwendung

  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.

Skripten

Siehe also: FreeCAD Grundlagen Skripten.

Mit der viewFront-Methode des Objektes der aktiven Ansicht wechselt man in die Vorderansicht

import FreeCADGui

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