Std Lignes stéréo entrelacées

From FreeCAD Documentation
Revision as of 14:52, 24 April 2020 by David69 (talk | contribs) (Created page with "{{GuiCommand/fr |Name=Std ViewIvStereoInterleavedRows |Name/fr=Std Lignes stéréo entrelacées |MenuLocation=Affichage → Stéréo → Lignes stéréo entrelacées |Workbenc...")
Other languages:

Std Lignes stéréo entrelacées

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

Description

The Std ViewIvStereoInterleavedRows command changes the active 3D view to interleaved rows stereo view mode. To use this stereo mode a special graphics card, a special display and glasses with polarized lenses are requires.

Usage

  1. Select the View → Stereo → Stereo interleaved Rows 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 interleaved rows 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('InterleavedRows')
FreeCADGui.ActiveDocument.ActiveView.getStereoType()