ContinuousThrustForceModel Constructor (Vector, Axes, Boolean) |
Initialize a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ContinuousThrustForceModel(
Vector thrustVector,
Axes integrationAxes,
bool ignorePartials
)
Public Sub New (
thrustVector As Vector,
integrationAxes As Axes,
ignorePartials As Boolean
)
public:
ContinuousThrustForceModel(
Vector^ thrustVector,
Axes^ integrationAxes,
bool ignorePartials
)
new :
thrustVector : Vector *
integrationAxes : Axes *
ignorePartials : bool -> ContinuousThrustForceModel
Parameters
- thrustVector
- Type: AGI.Foundation.Geometry.Vector
The thrust vector being applied. - integrationAxes
- Type: AGI.Foundation.Geometry.Axes
The axes to integrate this force model in. - ignorePartials
- Type: System.Boolean
Whether or not to ignore partials. This defaults to false.
See Also