ElementBPlane#

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

Bases: IElement

Bplane elements.

Overview#

right_ascension_of_b_plane

Right Ascension of the B-Plane Normal.

declination_of_b_plane

Declination of the B-Plane Normal.

b_dot_r_first_b_vector

B vector dotted with R vector.

b_dot_t_second_b_vector

B vector dotted with T vector.

hyperbolic_turning_angle

Hyperbolic turning angle.

orbital_c3_energy

Orbital C3 Energy.

hyperbolic_v_infinity

Hyperbolic V infinity.

semimajor_axis

Semi-major axis.

b_dot_t_first_b_vector

B vector dotted with T vector used as the first quantity to define the B vector.

b_theta_first_b_vector

Angle between the B vector and T vector used as the first quantity to define the B vector.

b_dot_r_second_b_vector

B vector dotted with T vector used as the second quantity to define the B vector.

b_magnitude_second_b_vector

Magnitude of the B vector used as the second quantity to define the B vector.

true_anomaly

True Anomaly.

Import detail#

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

Property detail#

property ElementBPlane.right_ascension_of_b_plane: float#

Right Ascension of the B-Plane Normal.

property ElementBPlane.declination_of_b_plane: float#

Declination of the B-Plane Normal.

property ElementBPlane.b_dot_r_first_b_vector: float#

B vector dotted with R vector.

property ElementBPlane.b_dot_t_second_b_vector: float#

B vector dotted with T vector.

property ElementBPlane.hyperbolic_turning_angle: float#

Hyperbolic turning angle.

property ElementBPlane.orbital_c3_energy: float#

Orbital C3 Energy.

property ElementBPlane.hyperbolic_v_infinity: float#

Hyperbolic V infinity.

property ElementBPlane.semimajor_axis: float#

Semi-major axis.

property ElementBPlane.b_dot_t_first_b_vector: float#

B vector dotted with T vector used as the first quantity to define the B vector.

property ElementBPlane.b_theta_first_b_vector: float#

Angle between the B vector and T vector used as the first quantity to define the B vector.

property ElementBPlane.b_dot_r_second_b_vector: float#

B vector dotted with T vector used as the second quantity to define the B vector.

property ElementBPlane.b_magnitude_second_b_vector: float#

Magnitude of the B vector used as the second quantity to define the B vector.

property ElementBPlane.true_anomaly: float#

True Anomaly.