Std ViewTrimetric/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Emphasis|Смотри так же:}} Основы скриптов в FreeCAD.")
(Created page with "{{Docnav/ru |Std ViewDimetric |Std ViewFront |Std View Menu |IconL= |IconR=Std_ViewFront.svg |IconC=Freecad.s...")
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav
{{Docnav/ru
|[[Std_ViewDimetric|Std ViewDimetric]]
|[[Std_ViewDimetric/ru|Std ViewDimetric]]
|[[Std_ViewFront|Std ViewFront]]
|[[Std_ViewFront/ru|Std ViewFront]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu/ru|Std View Menu]]
|IconL=
|IconL=
|IconR=Std_ViewFront.svg
|IconR=Std_ViewFront.svg

Revision as of 15:23, 7 May 2020

Other languages:

Std ViewTrimetric

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

Описание

The Std ViewTrimetric command realigns the camera in the active 3D view to obtain a trimetric view. For a truly trimetric 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 trimetric view

Использование

  1. Select the View → Standard views → Axonometric → Trimetric option from the menu.

Scripting

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

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewTrimetric()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()