Std ViewIsometric/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/ru |Std ViewFitSelection |Std ViewDimetric |Std View Menu |IconL=Std_ViewFitSelection.svg |Ic...")
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Std_ViewFitSelection/ru|Std ViewFitSelection]]
|[[Std_ViewFitSelection/ru|Std ViewFitSelection]]
Line 9: Line 10:
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{GuiCommand/ru
{{GuiCommand/ru
Line 51: Line 53:
}}
}}


<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Std_ViewFitSelection/ru|Std ViewFitSelection]]
|[[Std_ViewFitSelection/ru|Std ViewFitSelection]]
Line 59: Line 62:
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}

Revision as of 18:53, 30 December 2020

Other languages:

Std ViewIsometric

Системное название
Std ViewIsometric
Расположение в меню
Вид → Стандартные виды → Axonometric → Изометрия
Верстаки
All
Быстрые клавиши
0
Представлено в версии
-
См. также
Std ViewDimetric, Std ViewTrimetric

Описание

The Std ViewIsometric command realigns the camera in the active 3D view to obtain an isometric view. For a truly isometric view the 3D view must be in orthographic mode, but the command also works if the view is in perspective mode.

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.
    • Use the keyboard shortcut: 0.

Примечания

  • It is also possible to switch to isometric view via the Mini-cube menu of the Navigation Cube.

Scripting

See also: FreeCAD Scripting Basics.

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