AircraftType Class
Describes the speed and other flight properties of an aircraft type.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEOperators assembly)
Syntax
public class AircraftType : ResourceObjectRemarks
An AircraftType can be attached to an AirRouteOperator and describes the speed and other flight properties of an aircraft type, or strictly speaking a specific flight mode for an aircraft type.
In practice, the aircraft type should be a highly maneuverable rotary-wing aircraft, typically a drone, because acceleration is not modelled, so the AirRouteOperator can generate turns that would be too sharp for a fixed-wing aircraft.
Inheritance Hierarchy
System.Object
EngineObject
ResourceObject
AircraftType
Platforms
Windows, Linux, Android
AircraftType Members
The AircraftType type has the following members.
Constructors
| Name | Description |
|---|---|
| AircraftType | Initializes a new instance of the AircraftType class. |
Properties
| Name | Description |
|---|---|
| IsDisposed | Gets a value that tells whether the current AircraftType has been disposed. Inherited from EngineObject |
| MaxAltitude | Gets or sets the max flight altitude in meters above sea level. |
| Name | Gets or sets the name of the AircraftType. Inherited from ResourceObject |
| NativeHandle | Gets the native Carmenta Engine kernel object the current AircraftType represents. Inherited from EngineObject |
| PreferredClimbAngle | Gets or sets the preferred climb angle for the aircraft. |
| PreferredDescentAngle | Gets or sets the preferred descent angle for the aircraft. |
| SpeedProfile | Gets or sets an attribute variable that describes how the speed of an aircraft depends on the climb or descent angle. Unit: km/h. |
| IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
| Name | Description |
|---|---|
| Clone | Creates a copy of an object. Inherited from EngineObject |
| Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
| Equals | Determines whether this instance is equal to another. Inherited from EngineObject |