camera#
- class ansys.cfx.core.generated.post_processing.settings_261.camera.camera(name: str | None = None, parent=None)#
Bases:
GroupDefines a camera that can be used to specify the current view in a VIEW object.
Attributes
Attribute |
Summary |
|---|---|
‘option’ child. |
|
Defines the camera pan in screen (X, Y) coordinates, with positive X pointing right and positive Y pointing up. |
|
Defines the center of rotation (pivot point) for the camera. |
|
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. |
|
Defines the camera rotation quaternion. |
|
Defines the relative scale of the camera view. With the default scale (1.0), the scene completely fills the viewer window. |
|
A parameter that indicates whether or not the parent VIEW object should be updated with this CAMERA CCL. |
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. |
|
‘child_object_type’ of view. |