Std ViewBottom/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/ru |Std ViewRear |Std ViewLeft |Std View Menu |IconL=Std_ViewRear.svg |IconR=Std_ViewLeft.svg |IconC=Free...")
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:


{{Docnav/ru
{{Docnav/ru
|[[Std_ViewRear/ru|Std ViewRear]]
|[[Std_ViewRear/ru|Команда "Сзади"]]
|[[Std_ViewLeft/ru|Std ViewLeft]]
|[[Std_ViewLeft/ru|Команда "Слева"]]
|[[Std_View_Menu/ru|Std View Menu]]
|[[Std_View_Menu/ru|Меню "Вид"]]
|IconL=Std_ViewRear.svg
|IconL=Std_ViewRear.svg
|IconR=Std_ViewLeft.svg
|IconR=Std_ViewLeft.svg
Line 26: Line 26:
{{Caption|Arrow 5 points in the direction of the bottom view}}
{{Caption|Arrow 5 points in the direction of the bottom view}}


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


# There are several ways to invoke the command:
# There are several ways to invoke the command:
Line 36: Line 36:
==Scripting==
==Scripting==


{{Emphasis|Смотри так же:}} [[FreeCAD_Scripting_Basics/ru|Основы скриптов в FreeCAD]].
{{Emphasis|Смотрите так же:}} [[FreeCAD_Scripting_Basics/ru|Основы составления скриптов в FreeCAD]].


To change to bottom view use the {{incode|viewBottom}} method of the ActiveView object. This method is not available if FreeCAD is in console mode.
To change to bottom view use the {{incode|viewBottom}} method of the ActiveView object. This method is not available if FreeCAD is in console mode.
Line 48: Line 48:


{{Docnav/ru
{{Docnav/ru
|[[Std_ViewRear/ru|Std ViewRear]]
|[[Std_ViewRear/ru|Команда "Сзади"]]
|[[Std_ViewLeft/ru|Std ViewLeft]]
|[[Std_ViewLeft/ru|Команда "Слева"]]
|[[Std_View_Menu/ru|Std View Menu]]
|[[Std_View_Menu/ru|Меню "Вид"]]
|IconL=Std_ViewRear.svg
|IconL=Std_ViewRear.svg
|IconR=Std_ViewLeft.svg
|IconR=Std_ViewLeft.svg

Latest revision as of 19:49, 6 August 2021

Other languages:

Std ViewBottom

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

Описание

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

Arrow 5 points in the direction of the bottom view

Применение

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

Scripting

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

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewBottom()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()