AircraftMotionElement Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AircraftMotionElement(
string id,
AircraftReferenceState initialState,
WindModel winds
)
Public Sub New (
id As String,
initialState As AircraftReferenceState,
winds As WindModel
)
public:
AircraftMotionElement(
String^ id,
AircraftReferenceState^ initialState,
WindModel^ winds
)
new :
id : string *
initialState : AircraftReferenceState *
winds : WindModel -> AircraftMotionElement
Parameters
- id
- Type: SystemString
A unique string identifying this position in the integration output. - initialState
- Type: AGI.Foundation.AircraftPropagationAircraftReferenceState
The state at the starting epoch of propagation. - winds
- Type: AGI.Foundation.CelestialWindModel
The wind model to be applied when converting the state to the fixed frame.
See Also