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#
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. |
|
Get or set the unit quaternion defining the orientation of the projection in the central bodyβs fixed reference frame. |
|
Get or set the horizontal field of view associated with the projection. |
|
Get or set the vertical field of view associated with the projection. |
|
Get or set the near plane associated with the projection. |
|
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.