IProjection#

class ansys.stk.core.graphics.IProjection#

A projection represents a simplified camera with a position, orientation, and field of view horizontal and field of view vertical…

Overview#

position

Get or set the cartesian defining the position of the projection in the central body’s fixed reference frame. The array contains the components of the position arranged in the order x, y, z.

orientation

Get or set the unit quaternion defining the orientation of the projection in the central body’s fixed reference frame.

field_of_view_horizontal

Get or set the horizontal field of view associated with the projection.

field_of_view_vertical

Get or set the vertical field of view associated with the projection.

near_plane

Get or set the near plane associated with the projection.

far_plane

Get or set the far plane associated with the projection.

Import detail#

from ansys.stk.core.graphics import IProjection

Property detail#

property IProjection.position: list#

Get or set the cartesian defining the position of the projection in the central body’s fixed reference frame. The array contains the components of the position arranged in the order x, y, z.

property IProjection.orientation: IOrientation#

Get or set the unit quaternion defining the orientation of the projection in the central body’s fixed reference frame.

property IProjection.field_of_view_horizontal: float#

Get or set the horizontal field of view associated with the projection.

property IProjection.field_of_view_vertical: float#

Get or set the vertical field of view associated with the projection.

property IProjection.near_plane: float#

Get or set the near plane associated with the projection.

property IProjection.far_plane: float#

Get or set the far plane associated with the projection.