Команда "Слева"

From FreeCAD Documentation
This page is a translated version of the page Std ViewLeft and the translation is 58% complete.
Other languages:

Std ViewLeft

Системное название
Std ViewLeft
Расположение в меню
Виды → Стандартные виды → Слева
Верстаки
All
Быстрые клавиши
6
Представлено в версии
-
См. также
Std ViewRear, Std ViewBottom

Описание

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

Применение

  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

Смотрите так же: Основы составления скриптов в FreeCAD.

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