view_child#

class ansys.cfx.core.generated.post_processing.settings_261.view_child.view_child(name: str | None = None, parent=None)#

Bases: Group

‘child_object_type’ of view.

Attributes

Attribute

Summary

angular_coord_shift

The angular shift value. The shift is used in adjusting Turbo B2B view.

auto_center

Toggle automatic centering of the view.

axis_visibility

Toggles the axis visibility in the viewport.

border_visibility

Toggles the viewport border visibility in the viewport.

camera_mode

Defines the current viewer camera mode. It can be either Standard (specified by Standard View parameter) or User Specified, in which case a CAMERA object has to be defined and specified in User Camera parameter.

clip_plane

Defines the CLIP PLANE object that is used for scene clipping.

clip_scene

Toggles the scene clipping plane in the viewer.

coord_transform

Specifies the coordinate transformation to apply to all objects shown in this viewport.

hide_difference_case

Case reference to limit the rendering to in view, for filtering by case.

highlight_type

Specifies the highlight type used when picking.

is_a_figure

Set for a view that is not intended to be a figure to be shown in Reports.

light_angle

Defines the viewer light angles in degrees. The first angle goes from right (0) to left (180), and the second goes from bottom (0) to top (180).

local_object_list

Stores the list of objects that were created specifically for this view.

object_visibility_list

Specifies the list of objects shown in this view.

projection

Defines the current projection mode in the viewer. It can be either Perspective or Orthographic.

ruler_visibility

Toggles the ruler visibility in the viewport.

standard_view

Defines one of the standard views in the viewer (Note that Camera Mode has to be set to Standard for this parameter to have effect).

valid_case

Case reference to limit the rendering to in view, for filtering by case.

camera

Defines a camera that can be used to specify the current view in a VIEW object.

object_report_options

Defines options for the Report, specific to each object.

Methods

Method

Summary

suspend

Suspend immediate update for the object.

unsuspend

Restore immediate update for the object.

Included in:

Parent

Summary

view

‘view’ child.