Std ViewDimetric/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "==Описание==")
Line 24: Line 24:
</div>
</div>


==Описание==
==Description==


The '''Std ViewDimetric''' command realigns the camera in the active [[3D_view|3D view]] to obtain a [https://en.wikipedia.org/wiki/Axonometric_projection#Three_types dimetric] view. For a truly dimetric view the 3D view must be in [[Std_OrthographicCamera|orthographic mode]], but the command also works if the view is in [[Std_PerspectiveCamera|perspective mode]].
The '''Std ViewDimetric''' command realigns the camera in the active [[3D_view|3D view]] to obtain a [https://en.wikipedia.org/wiki/Axonometric_projection#Three_types dimetric] view. For a truly dimetric view the 3D view must be in [[Std_OrthographicCamera|orthographic mode]], but the command also works if the view is in [[Std_PerspectiveCamera|perspective mode]].

Revision as of 00:12, 3 August 2021

Other languages:

Std ViewDimetric

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

Описание

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

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

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