AircraftMotionElementMass Property |
Gets or sets the mass used to determine the equations of motion.
Note that the derivatives of mass are not implicitly included in the integration.
Another
PropagationStateElement must be added to
the set of integration elements to account for the change in mass over time.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar Mass { get; set; }
Public Property Mass As Scalar
Get
Set
public:
property Scalar^ Mass {
Scalar^ get ();
void set (Scalar^ value);
}
member Mass : Scalar with get, set
Property Value
Type:
ScalarSee Also