Stereoscopic#

class ansys.stk.core.graphics.Stereoscopic#

Get the stereoscopic options for all Scenes. To use a particular stereoscopic display mode, ensure that your system supports the feature and that it is enabled.

Overview#

display_mode

Get or set the stereoscopic display mode for all Scenes. To use a particular stereoscopic display mode, ensure that your system supports the feature and that it is enabled.

projection_mode

Get or set whether the type of stereo projection that will be used.

projection_distance

Get or set the projection distance. If projection mode is set to eStkGraphicsStereoProjectionAutomatic, the value of this property will be ignored.

eye_separation_factor

Get or set the eye separation factor.

Import detail#

from ansys.stk.core.graphics import Stereoscopic

Property detail#

property Stereoscopic.display_mode: StereoscopicDisplayMode#

Get or set the stereoscopic display mode for all Scenes. To use a particular stereoscopic display mode, ensure that your system supports the feature and that it is enabled.

property Stereoscopic.projection_mode: StereoProjectionMode#

Get or set whether the type of stereo projection that will be used.

property Stereoscopic.projection_distance: float#

Get or set the projection distance. If projection mode is set to eStkGraphicsStereoProjectionAutomatic, the value of this property will be ignored.

property Stereoscopic.eye_separation_factor: float#

Get or set the eye separation factor.