WindModel Constructor (CentralBody) |
Initializes a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected WindModel(
CentralBody centralBody
)
Protected Sub New (
centralBody As CentralBody
)
protected:
WindModel(
CentralBody^ centralBody
)
new :
centralBody : CentralBody -> WindModel
Parameters
- centralBody
- Type: AGI.Foundation.Celestial.CentralBody
The central body to which the wind model applies.
See Also