Std ViewLeft

From FreeCAD Documentation

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