camera#

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

Bases: TUIMenu

Contains commands to set the camera options.

Classes:

dolly_camera(service, version, mode, path)

Enables you to move the camera left, right, up, down, in, and out.

field(service, version, mode, path)

Enables you to set the field of view (width and height) of the scene.

orbit_camera(service, version, mode, path)

Enables you to move the camera around the target.

pan_camera(service, version, mode, path)

Gives you the effect of sweeping the camera across the scene.

position(service, version, mode, path)

Sets the camera position.

projection(service, version, mode, path)

Lets you switch between perspective and orthographic views.

roll_camera(service, version, mode, path)

Lets you adjust the camera up-vector.

target(service, version, mode, path)

Sets the point the camera will look at.

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

Enables you to move the camera left, right, up, down, in, and out.

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

Bases: TUIMethod

Enables you to set the field of view (width and height) of the scene.

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

Bases: TUIMethod

Enables you to move the camera around the target. Gives the effect of circling around the target.

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

Bases: TUIMethod

Gives you the effect of sweeping the camera across the scene. The camera remains at its position but its target changes.

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

Bases: TUIMethod

Sets the camera position.

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

Bases: TUIMethod

Lets you switch between perspective and orthographic views.

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

Bases: TUIMethod

Lets you adjust the camera up-vector.

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

Bases: TUIMethod

Sets the point the camera will look at.

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).