Std ViewIvIssueCamPos: Difference between revisions

From FreeCAD Documentation
(Revised. 'In progress' for now.)
No edit summary
Line 24: Line 24:


The '''Std ViewIvIssueCamPos''' command prints the camera settings of the active [[3D_view|3D view]] in the [[Report_view|Report view]].
The '''Std ViewIvIssueCamPos''' command prints the camera settings of the active [[3D_view|3D view]] in the [[Report_view|Report view]].

</translate>
{{Code|code= OrthographicCamera { viewportMapping ADJUST_CAMERA position 57.73505 -57.73502 57.735027 orientation 0.74290609 0.30772209 0.59447283 1.2171158 nearDistance 81.588844 farDistance 109.60551 aspectRatio 1 focalDistance 100 height 100 }
}}
<translate>
<!--T:12-->
{{Caption|Example output: camera settings after changing to [[Std_ViewIsometric|isometric view]] in a new document}}


==Usage==
==Usage==

Revision as of 14:58, 1 April 2020

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Std ViewIvIssueCamPos

Menu location
View → Stereo → Issue camera position
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std FreezeViews

Description

The Std ViewIvIssueCamPos command prints the camera settings of the active 3D view in the Report view.

OrthographicCamera {   viewportMapping ADJUST_CAMERA   position 57.73505 -57.73502 57.735027   orientation 0.74290609 0.30772209 0.59447283  1.2171158   nearDistance 81.588844   farDistance 109.60551   aspectRatio 1   focalDistance 100   height 100  }

Example output: camera settings after changing to isometric view in a new document

Usage

  1. Select the View → Stereo → Issue camera position option from the menu.

Notes

The camera settings can be used to add frozen views to a *.cam file. See Std FreezeViews.