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

From FreeCAD Documentation
Revision as of 16:45, 7 May 2020 by Baritone (talk | contribs) (Created page with "{{Docnav/ru |Std ViewBottom |Std ViewRotateLeft |Std View Menu |IconL=Std_ViewBottom.svg |IconR=Std_ViewRo...")
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()