Std ViewRear/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 26: Line 26:
{{Caption|Arrow 4 points in the direction of the rear view}}
{{Caption|Arrow 4 points in the direction of the rear view}}


==Применение==
==Использование==


# There are several ways to invoke the command:
# There are several ways to invoke the command:

Revision as of 19:49, 6 August 2021

Other languages:

Std ViewRear

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

Описание

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

Arrow 4 points in the direction of the rear view

Применение

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

Scripting

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

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewRear()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()