camera#

class ansys.fluent.core.solver.tui_241.main_menu.views.camera(service, version, mode, path)#

Bases: TUIMenu

Enters the camera menu to modify the current viewing parameters.

Classes:

dolly_camera(service, version, mode, path)

Adjusts the camera position and target.

field(service, version, mode, path)

Sets the field of view (width and height).

orbit_camera(service, version, mode, path)

Adjusts the camera position without modifying the target.

pan_camera(service, version, mode, path)

Adjusts the camera target without modifying the position.

position(service, version, mode, path)

Sets the camera position.

projection(service, version, mode, path)

.

roll_camera(service, version, mode, path)

Adjusts the camera up-vector.

target(service, version, mode, path)

Sets the point to be the center of the camera view.

up_vector(service, version, mode, path)

Sets the camera up-vector.

zoom_camera(service, version, mode, path)

Adjusts the camera’s field of view.

class dolly_camera(service, version, mode, path)#

Bases: TUIMethod

Adjusts the camera position and target.

class field(service, version, mode, path)#

Bases: TUIMethod

Sets the field of view (width and height).

class orbit_camera(service, version, mode, path)#

Bases: TUIMethod

Adjusts the camera position without modifying the target.

class pan_camera(service, version, mode, path)#

Bases: TUIMethod

Adjusts the camera target without modifying the position.

class position(service, version, mode, path)#

Bases: TUIMethod

Sets the camera position.

class projection(service, version, mode, path)#

Bases: TUIMethod

.

class roll_camera(service, version, mode, path)#

Bases: TUIMethod

Adjusts the camera up-vector.

class target(service, version, mode, path)#

Bases: TUIMethod

Sets the point to be the center of the camera view.

class up_vector(service, version, mode, path)#

Bases: TUIMethod

Sets the camera up-vector.

class zoom_camera(service, version, mode, path)#

Bases: TUIMethod

Adjusts the camera’s field of view. This operation is similar to dollying the camera in or out of the scene. Dollying causes objects in front to move past you. Zooming changes the perspective effect in the scene (and can be disconcerting).