Std ViewIvStereoRedGreen/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "Std Stéréo rouge cyan")
 
(Created page with "{{Docnav/fr |Boîte de délimitation |Tampon stéréo quadruple |Menu affichage |IconL=Std_SelBo...")
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav
{{Docnav/fr
|[[Std_SelBoundingBox|Std SelBoundingBox]]
|[[Std_SelBoundingBox/fr|Boîte de délimitation]]
|[[Std_ViewIvStereoQuadBuff|Std ViewIvStereoQuadBuff]]
|[[Std_ViewIvStereoQuadBuff/fr|Tampon stéréo quadruple]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu/fr|Menu affichage]]
|IconL=Std_SelBoundingBox.svg
|IconL=Std_SelBoundingBox.svg
|IconR=Std_ViewIvStereoQuadBuff.svg
|IconR=Std_ViewIvStereoQuadBuff.svg

Revision as of 15:09, 24 April 2020

Other languages:

Std ViewIvStereoRedGreen

Menu location
View → Stereo → Stereo red/cyan
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std ViewIvStereoQuadBuff, Std ViewIvStereoInterleavedRows, Std ViewIvStereoInterleavedColumns, Std ViewIvStereoOff

Description

The Std ViewIvStereoRedGreen command changes the active 3D view to red/cyan, anaglyph, stereo view mode. To use this stereo mode glasses with colored lenses are requires.

Usage

  1. Select the View → Stereo → Stereo red/cyan option from the menu.

Preferences

  • The eye to eye distance can be changed in the preferences: Edit → Preferences... → Display → 3D View → Eye to eye distance for stereo modes. See Preferences Editor.

Scripting

See also: FreeCAD Scripting Basics.

To change the view to red/cyan stereo use the setStereoType method of the ActiveView object. This method is not available if FreeCAD is in console mode.

import FreeCADGui

FreeCADGui.ActiveDocument.ActiveView.setStereoType('Anaglyph')
FreeCADGui.ActiveDocument.ActiveView.getStereoType()