Std ViewIsometric/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "==Примечания==")
(Updating to match new version of source page)
 
(12 intermediate revisions by 3 users not shown)
Line 2: Line 2:


{{Docnav/ru
{{Docnav/ru
|[[Std_ViewFitSelection/ru|Std ViewFitSelection]]
|[[Std_ViewFitSelection/ru|Команда "Уместить выделенное"]]
|[[Std_ViewDimetric/ru|Std ViewDimetric]]
|[[Std_ViewDimetric/ru|Команда "Диметрическая"]]
|[[Std_View_Menu/ru|Std View Menu]]
|[[Std_View_Menu/ru|Меню "Вид"]]
|IconL=Std_ViewFitSelection.svg
|IconL=Std_ViewFitSelection.svg
|IconR=
|IconR=Std_ViewDimetric.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}


{{GuiCommand/ru
{{GuiCommand/ru
|Name/ru=Изометрическая
|Name=Std ViewIsometric
|Name/ru=Std ViewIsometric
|Name=Std_ViewIsometric
|MenuLocation=Вид → Стандартные виды → Axonometric → Изометрия
|MenuLocation=Вид → Стандартные виды‏‎ → Axonometric → Изометрическая
|Workbenches=All
|Workbenches=Все
|Shortcut={{KEY|0}}
|Shortcut={{KEY|0}}
|SeeAlso=[[Std_ViewDimetric/ru|Std ViewDimetric]], [[Std_ViewTrimetric/ru|Std ViewTrimetric]]
|SeeAlso=[[Std_ViewDimetric/ru|Диметрическая]], [[Std_ViewTrimetric/ru|Триметрическая]]
}}
}}


<span id="Description"></span>
==Описание==
==Описание==


The '''Std ViewIsometric''' command realigns the camera in the active [[3D_view|3D view]] to obtain an [https://en.wikipedia.org/wiki/Isometric_projection isometric] view. For a truly isometric view the 3D view must be in [[Std_OrthographicCamera|orthographic mode]], but the command also works if the view is in [[Std_PerspectiveCamera|perspective mode]].
Команда '''Std ViewIsometric''' перестраивает камеру в активном [[3D_view/ru|окне трёхмерного вида]] для получения [https://en.wikipedia.org/wiki/Isometric_projection изометрического] вида. Для истинно изометрического вида трехмерный вид должен находиться в [[Std_OrthographicCamera/ru|ортогональном режиме]], но команда также работает, если вид находится в [[Std_PerspectiveCamera/ru|режиме перспективы]].


[[Image:Std_ViewIsometric_example.svg]]
[[Image:Std_ViewIsometric_example.svg]]
{{Caption|The [[Std_AxisCross|axis cross]] and a cube in isometric view}}
{{Caption|The [[Std_AxisCross|axis cross]] and a cube in isometric view}}


<span id="Usage"></span>
==Использование==
==Применение==


# There are several ways to invoke the command:
# There are several ways to invoke the command:
Line 32: Line 34:
#* Select the {{MenuCommand|View → Standard views → Axonometric → [[Image:Std_ViewIsometric.svg|16px]] Isometric}} option from the menu.
#* Select the {{MenuCommand|View → Standard views → Axonometric → [[Image:Std_ViewIsometric.svg|16px]] Isometric}} option from the menu.
#* Select the {{MenuCommand|Standard views → [[Image:Std_ViewIsometric.svg|16px]] Isometric}} option from the [[3D_view|3D view]] context menu.
#* Select the {{MenuCommand|Standard views → [[Image:Std_ViewIsometric.svg|16px]] Isometric}} option from the [[3D_view|3D view]] context menu.
#* Select the {{MenuCommand|[[Image:Std_ViewIsometric.svg|16px]] Isometric}} option from the Mini-cube menu of the [[Navigation_Cube|Navigation Cube]].
#* Use the keyboard shortcut: {{KEY|0}}.
#* Use the keyboard shortcut: {{KEY|0}}.


<span id="Scripting"></span>
==Примечания==
==Программирование==


{{Emphasis|Смотрите так же:}} [[FreeCAD_Scripting_Basics/ru|Основы составления скриптов в FreeCAD]].
* It is also possible to switch to isometric view via the Mini-cube menu of the [[Navigation_Cube|Navigation Cube]].

==Scripting==

{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


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



{{Docnav
{{Docnav/ru
|[[Std_ViewFitSelection|Std ViewFitSelection]]
|[[Std_ViewFitSelection/ru|Команда "Уместить выделенное"]]
|[[Std_ViewDimetric|Std ViewDimetric]]
|[[Std_ViewDimetric/ru|Команда "Диметрическая"]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu/ru|Меню "Вид"]]
|IconL=Std_ViewFitSelection.svg
|IconL=Std_ViewFitSelection.svg
|IconR=
|IconR=Std_ViewDimetric.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}

Latest revision as of 09:59, 7 June 2023

Other languages:

Изометрическая

Системное название
Std_ViewIsometric
Расположение в меню
Вид → Стандартные виды‏‎ → Axonometric → Изометрическая
Верстаки
Все
Быстрые клавиши
0
Представлено в версии
-
См. также
Диметрическая, Триметрическая

Описание

Команда Std ViewIsometric перестраивает камеру в активном окне трёхмерного вида для получения изометрического вида. Для истинно изометрического вида трехмерный вид должен находиться в ортогональном режиме, но команда также работает, если вид находится в режиме перспективы.

The axis cross and a cube in isometric view

Применение

  1. There are several ways to invoke the command:
    • Press the Std ViewIsometric button.
    • Select the View → Standard views → Axonometric → Isometric option from the menu.
    • Select the Standard views → Isometric option from the 3D view context menu.
    • Select the Isometric option from the Mini-cube menu of the Navigation Cube.
    • Use the keyboard shortcut: 0.

Программирование

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

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewIsometric()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()