camera#

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

Bases: Group

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

Attributes

Attribute

Summary

option

‘option’ child.

pan

Defines the camera pan in screen (X, Y) coordinates, with positive X pointing right and positive Y pointing up.

pivot_point

Defines the center of rotation (pivot point) for the camera.

rotation

Defines the camera rotation in terms of angles about X, Y and Z axis, respectively. X axis is pointing right, Y is pointing up and Z towards the user.

rotation_quaternion

Defines the camera rotation quaternion.

scale

Defines the relative scale of the camera view. With the default scale (1.0), the scene completely fills the viewer window.

send_to_viewer

A parameter that indicates whether or not the parent VIEW object should be updated with this CAMERA CCL.

Methods

Method

Summary

suspend

Suspend immediate update for the object.

unsuspend

Restore immediate update for the object.

Included in:

Parent

Summary

results

Encapsulates a CFX post-processing setup.

view_child

‘child_object_type’ of view.