Click or drag to resize

BallisticPropagator Properties

The BallisticPropagator type exposes the following members.

Properties
  NameDescription
Public propertyCentralBody
Gets or sets the central body that the InitialPosition and target position are located on. By default this is set to the Earth in the CentralBodiesFacet in the CalculationContext.
Public propertyFinalTime
Gets or sets the time at which the object arrives at its target position. Generally this property and InitialVelocity are calculated by calling the configuration method that corresponds to your desired constraint.
Public propertyGravitationalParameter
Gets or sets the gravitational parameter of the CentralBody. By default this is set to GravitationalParameter.
Public propertyInitialPosition
Gets or sets the initial point of the ballistic trajectory, in the CentralBody's inertial frame. You can use ConfigureInitialPositionFromCartographic(Cartographic) or ConfigureInitialPositionFromFixedCartesian(Cartesian) to easily set this property from fixed coordinates if the InitialTime has already been set.
Public propertyInitialTime
Gets or sets the time at which the object leaves the InitialPosition and begins its ballistic flight.
Public propertyInitialVelocity
Gets or sets the initial velocity of the ballistic trajectory, in the CentralBody's inertial frame. Generally this property and FinalTime are calculated by calling the configuration method that corresponds to your desired constraint.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Top
See Also