Std ViewDimetric/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/ru |Std ViewIsometric |Std ViewTrimetric |Std View Menu |IconL=Std_ViewIsometric.svg |IconR= |I...")
 
(Created page with "<!--Empty=1 to suppress icon--> {{GuiCommand/ru |Name=Std ViewDimetric |Name/ru=Std ViewDimetric |Empty=1 |MenuLocation=Вид → Стандартные виды → Axonomet...")
Line 11: Line 11:


<!--Empty=1 to suppress icon-->
<!--Empty=1 to suppress icon-->
{{GuiCommand
{{GuiCommand/ru
|Name=Std ViewDimetric
|Name=Std ViewDimetric
|Name/ru=Std ViewDimetric
|Empty=1
|Empty=1
|MenuLocation=ViewStandard views → Axonometric → Dimetric
|MenuLocation=ВидСтандартные виды → Axonometric → Диметрия
|Workbenches=All
|Workbenches=All
|SeeAlso=[[Std_ViewIsometric|Std ViewIsometric]], [[Std_ViewTrimetric|Std ViewTrimetric]]
|SeeAlso=[[Std_ViewIsometric/ru|Std ViewIsometric]], [[Std_ViewTrimetric/ru|Std ViewTrimetric]]
}}
}}



Revision as of 15:11, 7 May 2020

Other languages:

Std ViewDimetric

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

Description

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

Usage

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

Scripting

See also: FreeCAD Scripting Basics.

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewDimetric()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()