Std Stéréo rouge cyan

From FreeCAD Documentation
Revision as of 15:11, 24 April 2020 by David69 (talk | contribs) (Created page with "{{GuiCommand/fr |Name=Std ViewIvStereoRedGreen |Name/fr=Std Stéréo rouge cyan |MenuLocation=Affichage → Stéréo → Stéréo rouge cyan |Workbenches=Tous |SeeAlso=Std_V...")
Other languages:

Std Stéréo rouge cyan

Emplacement du menu
Affichage → Stéréo → Stéréo rouge cyan
Ateliers
Tous
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Std Tampon stéréo quadruple, Std Lignes stéréo entrelacées, Std Colonnes stéréo entrelacées, Std Stéréo désactivée

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()