StkAttitudeFileConfigureFromAxes Method |
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void ConfigureFromAxes(
Axes axes,
JulianDate start,
JulianDate stop,
Duration step,
int order
)
Public Sub ConfigureFromAxes (
axes As Axes,
start As JulianDate,
stop As JulianDate,
step As Duration,
order As Integer
)
public:
void ConfigureFromAxes(
Axes^ axes,
JulianDate start,
JulianDate stop,
Duration step,
int order
)
member ConfigureFromAxes :
axes : Axes *
start : JulianDate *
stop : JulianDate *
step : Duration *
order : int -> unit
Parameters
- axes
- Type: AGI.Foundation.GeometryAxes
The axes from which to sample orientations and optionally angular velocities. - start
- Type: AGI.Foundation.TimeJulianDate
The first date at which to sample the axes. - stop
- Type: AGI.Foundation.TimeJulianDate
The last date at which to sample the axes. - step
- Type: AGI.Foundation.TimeDuration
The step between successive samples. The duration between the second-to-last and last samples will
be smaller than this step if the interval is not evenly disable by the step.
- order
- Type: SystemInt32
The number of derivatives to include in the file. 0 includes orientation only and 1 (or greater) also
includes angular velocity.
Exceptions See Also