Std ViewIvStereoOff/fr: Difference between revisions

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


# Select the {{MenuCommand|ViewStereo → [[Image:Std_ViewIvStereoOff.svg|16px]] Stereo Off}} option from the menu.
# Sélectionnez l'option {{MenuCommand|AffichageStéréo → [[Image:Std_ViewIvStereoOff.svg|16px]] Désactiver la stéréo}} dans le menu.


==Scripting==
==Scripting==

Revision as of 15:00, 24 April 2020

Other languages:

Std Stéréo désactivée

Emplacement du menu
Affichage → Stéréo → Désactiver la stéréo
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 Lignes stéréo entrelacées, Std Colonnes stéréo entrelacées

Description

La commande Std Stéréo désactivée désactive le mode stéréo dans la vue 3D active.

Utilisation

  1. Sélectionnez l'option Affichage → Stéréo → Désactiver la stéréo dans le menu.

Scripting

See also: FreeCAD Scripting Basics.

To change the view to non-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('None')
FreeCADGui.ActiveDocument.ActiveView.getStereoType()