Click or drag to resize

ImpulsiveManeuverInformation Constructor (String, Cartesian, Axes)

Initializes a new instance. Unless the FuelMassIdentification, DryMassIdentification and ExhaustVelocity properties are configured there will be no attempt to keep track of fuel usage at propagation time.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ImpulsiveManeuverInformation(
	string propagationElementIdentification,
	Cartesian deltaV,
	Axes orientationAxes
)

Parameters

propagationElementIdentification
Type: SystemString
The element that will get the delta-V applied to it.
deltaV
Type: AGI.Foundation.CoordinatesCartesian
The change in velocity that propagationElementIdentification will experience when propagated.
orientationAxes
Type: AGI.Foundation.GeometryAxes
The Axes defining the orientation of the engine being fired. If your Axes depends on the point being propagated, use the PropagationPoint property in your axes.
See Also