Click or drag to resize

StkAttitudeFileConfigureFromAxesInterpolator Method

Configures the instance to represent the attitude and interpolation stored in an AxesInterpolator. The Data property is replaced with a new instance of StkAttitudeFileAttitudeTimeQuaternions, or StkAttitudeFileAttitudeTimeQuatAngVels (depending on the number of derivatives available from the AxesInterpolator) and any existing information stored in that instance is lost. The Properties are not modified, but values pulled from AxesInterpolator will take precedence over values in the Properties collection when writing this instance using WriteTo(TextWriter).

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void ConfigureFromAxesInterpolator(
	AxesInterpolator axesInterpolator
)

Parameters

axesInterpolator
Type: AGI.Foundation.GeometryAxesInterpolator
The AxesInterpolator with which to configure this instance. The point's Interpolator and ReferenceAxes properties, as well as the interpolator's Data property, must not be .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when axesInterpolator is .
See Also