space_ex v0.3.0 SpaceEx.SpaceCenter.Force

Obtained by calling SpaceEx.SpaceCenter.Part.add_force/5.

Link to this section Summary

Functions

The force vector, in Newtons

The part that this force is applied to

The position at which the force acts, in reference frame SpaceEx.SpaceCenter.ReferenceFrame

The reference frame of the force vector and position

Remove the force

The force vector, in Newtons

The position at which the force acts, in reference frame SpaceEx.SpaceCenter.ReferenceFrame

The reference frame of the force vector and position

Link to this section Functions

Link to this function force_vector(conn, this)

The force vector, in Newtons.

Returns: A vector pointing in the direction that the force acts, with its magnitude equal to the strength of the force in Newtons.

Link to this function part(conn, this)

The part that this force is applied to.

Link to this function position(conn, this)

The position at which the force acts, in reference frame SpaceEx.SpaceCenter.ReferenceFrame.

Returns: The position as a vector.

Link to this function reference_frame(conn, this)

The reference frame of the force vector and position.

Link to this function remove(conn, this)

Remove the force.

Link to this function set_force_vector(conn, this, value)

The force vector, in Newtons.

Returns: A vector pointing in the direction that the force acts, with its magnitude equal to the strength of the force in Newtons.

Link to this function set_position(conn, this, value)

The position at which the force acts, in reference frame SpaceEx.SpaceCenter.ReferenceFrame.

Returns: The position as a vector.

Link to this function set_reference_frame(conn, this, value)

The reference frame of the force vector and position.