Std ViewIvStereoInterleavedColumns/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/fr |Lignes stéréo entrelacées |Stéréo désactivée |Menu affichage |IconL=...")
(Created page with "{{Docnav/fr |Lignes stéréo entrelacées |Stéréo désactivée |Menu affichage |IconL=...")
Line 42: Line 42:
}}
}}


{{Docnav
{{Docnav/fr
|[[Std_ViewIvStereoInterleavedRows|Std ViewIvStereoInterleavedRows]]
|[[Std_ViewIvStereoInterleavedRows/fr|Lignes stéréo entrelacées]]
|[[Std_ViewIvStereoOff|Std ViewIvStereoOff]]
|[[Std_ViewIvStereoOff/fr|Stéréo désactivée]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu/fr|Menu affichage]]
|IconL=Std_ViewIvStereoInterleavedRows.svg
|IconL=Std_ViewIvStereoInterleavedRows.svg
|IconR=Std_ViewIvStereoOff.svg
|IconR=Std_ViewIvStereoOff.svg

Revision as of 14:25, 24 April 2020

Other languages:

Std ViewIvStereoInterleavedColumns

Menu location
View → Stereo → Stereo interleaved Columns
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std ViewIvStereoRedGreen, Std ViewIvStereoQuadBuff, Std ViewIvStereoInterleavedRows, Std ViewIvStereoOff

Description

The Std ViewIvStereoInterleavedColumns command changes the active 3D view to interleaved columns 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 Columns 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 columns 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('InterleavedColumns')
FreeCADGui.ActiveDocument.ActiveView.getStereoType()