ManeuverOptimalFiniteSteeringNodeElement#

class ansys.stk.core.stkobjects.astrogator.ManeuverOptimalFiniteSteeringNodeElement#

The elements of the steering node.

Overview#

azimuth

Get the azimuth of the steering angle.

direction_cos_x

Get the first component of the steering unit vector.

direction_cos_y

Get the second component of the steering unit vector.

direction_cos_z

Get the third component of the steering unit vector.

elevation

Get the elevation of the steering angle.

mass

Get the mass at the node.

node_index

Get the index of the node in the array of nodes.

position_x

Get the X component of the position vector.

position_y

Get the Y component of the position vector.

position_z

Get the Z component of the position vector.

time

Get the time associated with the node.

velocity_x

Get the X component of the velocity vector.

velocity_y

Get the Y component of the velocity vector.

velocity_z

Get the Z component of the velocity vector.

Import detail#

from ansys.stk.core.stkobjects.astrogator import ManeuverOptimalFiniteSteeringNodeElement

Property detail#

property ManeuverOptimalFiniteSteeringNodeElement.azimuth: float#

Get the azimuth of the steering angle.

property ManeuverOptimalFiniteSteeringNodeElement.direction_cos_x: float#

Get the first component of the steering unit vector.

property ManeuverOptimalFiniteSteeringNodeElement.direction_cos_y: float#

Get the second component of the steering unit vector.

property ManeuverOptimalFiniteSteeringNodeElement.direction_cos_z: float#

Get the third component of the steering unit vector.

property ManeuverOptimalFiniteSteeringNodeElement.elevation: float#

Get the elevation of the steering angle.

property ManeuverOptimalFiniteSteeringNodeElement.mass: float#

Get the mass at the node.

property ManeuverOptimalFiniteSteeringNodeElement.node_index: int#

Get the index of the node in the array of nodes.

property ManeuverOptimalFiniteSteeringNodeElement.position_x: float#

Get the X component of the position vector.

property ManeuverOptimalFiniteSteeringNodeElement.position_y: float#

Get the Y component of the position vector.

property ManeuverOptimalFiniteSteeringNodeElement.position_z: float#

Get the Z component of the position vector.

property ManeuverOptimalFiniteSteeringNodeElement.time: float#

Get the time associated with the node.

property ManeuverOptimalFiniteSteeringNodeElement.velocity_x: float#

Get the X component of the velocity vector.

property ManeuverOptimalFiniteSteeringNodeElement.velocity_y: float#

Get the Y component of the velocity vector.

property ManeuverOptimalFiniteSteeringNodeElement.velocity_z: float#

Get the Z component of the velocity vector.