Std ViewIsometric/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
 
Line 19: Line 19:
}}
}}


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


Line 26: Line 27:
{{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>
==Применение==
==Применение==


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>
==Примечания==

* It is also possible to switch to isometric view via the Mini-cube menu of the [[Navigation_Cube|Navigation Cube]].

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



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