viewport_manager#
- class ansys.cfx.core.generated.post_processing.settings_261.viewport_manager.viewport_manager(name: str | None = None, parent=None)#
Bases:
GroupThis object stores the parameters that control the global viewport controls.
Attributes
Attribute |
Summary |
|---|---|
Defines the R, G and B values for the viewer background colour. |
|
Defines the R, G and B values for the second viewer background colour (used for gradients). |
|
Specifies the type of background colour gradient to use in the viewer. |
|
The predefined image to use. |
|
The image file to use for the viewer background. |
|
Flat - image is mapped as a flat background; Spherical - image is mapped to a background sphere (must have 2x1 width to height pixel ratio). |
|
The type of image to use. |
|
Specifies the type of background to use in the viewer. |
|
Defines the global colour used for mesh edges. |
|
Defines the global colour used for Text objects. |
|
If set to a viewport number (1-4), the viewport will be resized to fill up the screen, regardless of the viewport layout. |
|
Specifies if cameras in the active views will be synchronized. |
|
Specifies if visibility of an object in the active views will be synchronized. |
|
Length units used in viewer. |
|
Specifies the distance from the scene origin to the screen plane. |
|
Specifies whether to place the viewer in a Stereo mode. |
|
Specifies the distance between the eyes for Stereo Mode. A larger number will increase the stereo effect, and a smaller number will decrease the stereo effect. |
|
Specifies the VIEW that Viewport 1 should display. |
|
Specifies the VIEW that Viewport 2 should display. |
|
Specifies the VIEW that Viewport 3 should display. |
|
Specifies the VIEW that Viewport 4 should display. |
|
Specifies the layout of viewports. |
|
The normalized location of the vertical viewport splitter. |
|
The normalized location of the horizontal viewport splitter. |
Methods
Method |
Summary |
|---|---|
Suspend immediate update for the object. |
|
Restore immediate update for the object. |
Included in:
Parent |
Summary |
|---|---|
Encapsulates a CFX post-processing setup. |