Std ViewTrimetric/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>


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


<div class="mw-translate-fuzzy">
<!--Empty=1 to suppress icon-->
<!--Empty=1 to suppress icon-->
{{GuiCommand/ru
{{GuiCommand/ru
Line 19: Line 22:
|SeeAlso=[[Std_ViewIsometric/ru|Std ViewIsometric]], [[Std_ViewDimetric/ru|Std ViewDimetric]]
|SeeAlso=[[Std_ViewIsometric/ru|Std ViewIsometric]], [[Std_ViewDimetric/ru|Std ViewDimetric]]
}}
}}
</div>


==Описание==
==Описание==
Line 29: Line 33:
==Использование==
==Использование==


# Select the {{MenuCommand|View → Standard views → Axonometric → Trimetric}} option from the menu.
# Select the {{MenuCommand|View → Standard views → Axonometric → [[Image:Std_ViewTrimetric.svg|16px]] Trimetric}} option from the menu.


==Scripting==
==Scripting==
Line 44: Line 48:
}}
}}



<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Std_ViewDimetric/ru|ViewDimetric]]
|[[Std_ViewDimetric/ru|ViewDimetric]]
Line 52: Line 58:
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


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

Revision as of 14:59, 6 January 2021

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