Std OrthographicCamera/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
{{UnfinishedDocu{{#translation:}}}}
<languages/>
<languages/>
{{GuiCommand
{{GuiCommand
Line 4: Line 5:
|MenuLocation={{StdMenu|[[Std View Menu|View]]}} → Orthographic view
|MenuLocation={{StdMenu|[[Std View Menu|View]]}} → Orthographic view
|Workbenches=All
|Workbenches=All
|Shortcut=O
|Shortcut={{KEY|O}}
|SeeAlso=[[Std PerspectiveCamera|Perspective View]]
|SeeAlso=[[Std PerspectiveCamera|Perspective View]]
}}
}}
Line 24: Line 25:


==Usage==
==Usage==
Choose {{MenuCommand|{{StdMenu|[[Std View Menu|View]]}} → [[Image:View-isometric.png|16px]] Orthographic view}} from the top menu.
Choose {{MenuCommand|{{StdMenu|[[Std View Menu|View]]}} → [[Image:View-isometric.svg|16px]] Orthographic view}} from the View menu or press the {{KEY|O}} keyboard shortcut.


==Scripting==
{{Std Base navi}}


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

Revision as of 16:55, 26 February 2020

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Std OrthographicCamera

Menu location
View → Orthographic view
Workbenches
All
Default shortcut
O
Introduced in version
-
See also
Perspective View

Description

Puts the camera in orthographic view mode.

Orthographic (according to Wikipedia) is "a means of representing a three-dimensional object in two dimensions..."

Basically, Orthographic is a fixed depth. You can't zoom in or out. There is no distance from the camera.

Perspective has depth. You can zoom in and out. You can judge distances. Cameras can be distanced from the scene.

Simply put, orthographic is what would happen if you squished everything in the scene (along the cameras view axis) and stuck it right against the camera.

Perspective on the left, Orthographic on the right

Usage

Choose View Orthographic view from the View menu or press the O keyboard shortcut.

Scripting