Команда "Стерео с чередованием столбцов"

From FreeCAD Documentation
Revision as of 18:33, 7 May 2020 by Baritone (talk | contribs) (Created page with "{{Docnav/ru |Std ViewIvStereoInterleavedRows |Std ViewIvStereoOff |Std View Menu |IconL=...")
Other languages:

Std ViewIvStereoInterleavedColumns

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

Description

The Std ViewIvStereoInterleavedColumns command changes the active 3D view to interleaved columns stereo view mode. To use this stereo mode a special graphics card, a special display and glasses with polarized lenses are requires.

Usage

  1. Select the View → Stereo → Stereo interleaved Columns option from the menu.

Настройки

  • Расстояние между глаз может быть изменено в настройках: Правка → Настройки... → Отображение → Трёхмерный вид → Расстояние между глаз для стерео режима. Смотри Редактор настроек.

Scripting

See also: FreeCAD Scripting Basics.

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