Click or drag to resize

ContinuousThrustForceModel Constructor (Vector, Axes, Boolean)

Initialize a new instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ContinuousThrustForceModel(
	Vector thrustVector,
	Axes integrationAxes,
	bool ignorePartials
)

Parameters

thrustVector
Type: AGI.Foundation.GeometryVector
The thrust vector being applied.
integrationAxes
Type: AGI.Foundation.GeometryAxes
The axes to integrate this force model in.
ignorePartials
Type: SystemBoolean
Whether or not to ignore partials. This defaults to .
See Also