Std ViewIvStereoInterleavedRows/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "==Utilisation==")
(Created page with "# Sélectionnez l'option {{MenuCommand|Affichage → Stéréo → 16px Lignes stéréo entrelacées}} dans le menu.")
Line 24: Line 24:
==Utilisation==
==Utilisation==


# Select the {{MenuCommand|ViewStereo → [[Image:Std_ViewIvStereoInterleavedRows.svg|16px]] Stereo interleaved Rows}} option from the menu.
# Sélectionnez l'option {{MenuCommand|AffichageStéréo → [[Image:Std_ViewIvStereoInterleavedRows.svg|16px]] Lignes stéréo entrelacées}} dans le menu.


==Preferences==
==Preferences==

Revision as of 14:53, 24 April 2020

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

La commande Std Lignes stéréo entrelacées change le mode actif de la vue 3D en mode d'affichage stéréo des lignes entrelacées. Pour utiliser ce mode stéréo, une carte graphique spéciale, un écran spécial et des lunettes avec verres polarisés sont nécessaires.

Utilisation

  1. Sélectionnez l'option Affichage → Stéréo → Lignes stéréo entrelacées dans le 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()