Click or drag to resize

ProfileDynamics Class

Represents a set of common properties describing the dynamical capabilities of a platform traversing a route profile.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.RouteDesignProfileDynamics

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class ProfileDynamics

The ProfileDynamics type exposes the following members.

Constructors
  NameDescription
Public methodProfileDynamics
Initializes a new instance.
Public methodProfileDynamics(ProfileDynamics)
Initializes a new instance as a copy of an existing instance.
Public methodProfileDynamics(Double, Double, Double, Double, Double, Double)
Create a new instance based on the given properties.
Top
Properties
  NameDescription
Public propertyAscentSpeed
Gets or sets the maximum vertical rate of ascent (positive), in meters per second.
Public propertyDescentSpeed
Gets or sets the maximum vertical rate of descent (positive), in meters per second.
Public propertyPitchUpAcceleration
Gets or sets the upward acceleration used to begin an ascent maneuver perpendicular to the direction of motion, in meters per second squared (positive).
Public propertyPushOverAcceleration
Gets or sets the downward acceleration used to begin a descent maneuver perpendicular to the direction of motion, in meters per second squared (positive).
Public propertyThrustAcceleration
Gets or sets the maximum achievable acceleration along the velocity vector (positive), in meters per second squared.
Public propertyThrustDeceleration
Gets or sets the maximum achievable deceleration anti-parallel to the velocity vector (positive), in meters per second squared.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also