Std ViewIvStereoOff/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "Std: Wyłącz widok trójwymiarowy")
 
(Created page with "{{Docnav/pl |Widok stereo z przeplotem kolumn |Ustaw ujęcie widoku |Menu Widok |Ic...")
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav
{{Docnav/pl
|[[Std_ViewIvStereoInterleavedColumns|ViewIvStereoInterleavedColumns]]
|[[Std_ViewIvStereoInterleavedColumns/pl|Widok stereo z przeplotem kolumn]]
|[[Std_ViewIvIssueCamPos|ViewIvIssueCamPos]]
|[[Std_ViewIvIssueCamPos/pl|Ustaw ujęcie widoku]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu/pl|Menu Widok]]
|IconL=Std_ViewIvStereoInterleavedColumns.svg
|IconL=Std_ViewIvStereoInterleavedColumns.svg
|IconR=Std_ViewIvIssueCamPos.svg
|IconR=Std_ViewIvIssueCamPos.svg

Revision as of 16:56, 23 June 2022

Std ViewIvStereoOff

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

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()