Std ViewLeft: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
 
Line 4: Line 4:
<!--T:11-->
<!--T:11-->
{{Docnav
{{Docnav
|[[Std_ViewBottom|Std ViewBottom]]
|[[Std_ViewBottom|ViewBottom]]
|[[Std_ViewRotateLeft|Std ViewRotateLeft]]
|[[Std_ViewRotateLeft|ViewRotateLeft]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=Std_ViewBottom.svg
|IconL=Std_ViewBottom.svg
Line 60: Line 60:
<!--T:12-->
<!--T:12-->
{{Docnav
{{Docnav
|[[Std_ViewBottom|Std ViewBottom]]
|[[Std_ViewBottom|ViewBottom]]
|[[Std_ViewRotateLeft|Std ViewRotateLeft]]
|[[Std_ViewRotateLeft|ViewRotateLeft]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=Std_ViewBottom.svg
|IconL=Std_ViewBottom.svg

Latest revision as of 20:29, 22 December 2020

Std ViewLeft

Menu location
View → Standard views → Left
Workbenches
All
Default shortcut
6
Introduced in version
-
See also
Std ViewRear, Std ViewBottom

Description

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

Arrow 6 points in the direction of the left view

Usage

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

Scripting

See also: FreeCAD Scripting Basics.

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewLeft()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()