Std Stéréo désactivée

From FreeCAD Documentation
Revision as of 14:59, 24 April 2020 by David69 (talk | contribs)
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

The Std ViewIvStereoOff command switches off stereo mode in the active 3D view.

Usage

  1. Select the View → Stereo → Stereo Off option from the 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()