SimpleFixedWingCoordinatedFlight.ThrustRequired Property |
Gets the thrust force required to statically trim the forces acting on the aircraft.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Scalar ThrustRequired { get; }
Public ReadOnly Property ThrustRequired As Scalar
Get
public:
property Scalar^ ThrustRequired {
Scalar^ get ();
}
member ThrustRequired : Scalar with get
Property Value
Type:
Scalar
See Also