Click or drag to resize

WindModel Properties

The WindModel type exposes the following members.

Properties
  NameDescription
Public propertyCentralBody
Gets or sets the central body that the wind model is associated with.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyRelativeVelocityVector
Gets a VectorDependentOnServiceProvider that calculates the velocity of a specified point relative to the moving atmosphere according to this wind model.
Public propertyWindVector
Gets a VectorDependentOnServiceProvider that calculates the wind at a specified point.
Top
See Also