Std: Wyłącz widok trójwymiarowy

From FreeCAD Documentation
Revision as of 17:01, 23 June 2022 by Kaktus (talk | contribs) (Created page with "{{GuiCommand/pl |Name=Std ViewIvStereoOff |Name/pl=Std: Wyłącz widok trójwymiarowy |MenuLocation=Widok → Widok trójwymiarowy → Widok z przeplotem kolumn |Workbenches=w...")

Std: Wyłącz widok trójwymiarowy

Lokalizacja w menu
Widok → Widok trójwymiarowy → Widok z przeplotem kolumn
Środowisko pracy
wszystkie
Domyślny skrót
brak
Wprowadzono w wersji
-
Zobacz także
Widok stereo czerwony / cyjan, Widok poczwórny bufor stereo, Widok stereo z przeplotem wierszy, Widok stereo z przeplotem kolumn

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