Команда "Триметрическая"

From FreeCAD Documentation
Revision as of 19:39, 10 September 2021 by Evgeniy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:

Триметрическая

Системное название
Std_ViewTrimetric
Расположение в меню
Вид → Стандартные виды‏‎ → Axonometric → Триметрическая
Верстаки
Все
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Изометрическая, Диметрическая

Описание

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.

Программирование

Смотрите так же: Основы составления скриптов в 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()