Std ViewIsometric/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav |선택 보기 |이각투영 |표준 보기 메뉴 |IconL=Std_ViewFitSelection.svg |IconR= |I...")
(Created page with "{{GuiCommand/ko |Name=Std ViewIsometric |Name=표준 이각투영 |MenuLocation=보기 → 표준 보기 → Axonometric → Isometric |Workbenches=모두 |Shortcut={{KEY|0}}...")
Line 10: Line 10:
}}
}}


{{GuiCommand
{{GuiCommand/ko
|Name=Std ViewIsometric
|Name=Std ViewIsometric
|Name=표준 이각투영
|MenuLocation=ViewStandard views → Axonometric → Isometric
|MenuLocation=보기표준 보기 → Axonometric → Isometric
|Workbenches=All
|Workbenches=모두
|Shortcut={{KEY|0}}
|Shortcut={{KEY|0}}
|SeeAlso=[[Std_ViewDimetric|Std ViewDimetric]], [[Std_ViewTrimetric|Std ViewTrimetric]]
|SeeAlso=[[Std_ViewDimetric/ko|표준 등각투영]], [[Std_ViewTrimetric/ko|표준 삼각투영]]
}}
}}



Revision as of 00:42, 5 January 2021

표준 이각투영

메뉴 위치
보기 → 표준 보기 → Axonometric → Isometric
작업대
모두
기본 단축키
0
도입 버전
-
참조
표준 등각투영, 표준 삼각투영

Description

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

Usage

  1. There are several ways to invoke the command:
    • Press the Std ViewIsometric button.
    • Select the View → Standard views → Axonometric → Isometric option from the menu.
    • Select the Standard views → Isometric option from the 3D view context menu.
    • Use the keyboard shortcut: 0.

Notes

  • It is also possible to switch to isometric view via the Mini-cube menu of the Navigation Cube.

Scripting

See also: FreeCAD Scripting Basics.

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

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.viewIsometric()
FreeCADGui.ActiveDocument.ActiveView.getViewDirection()