ConstantTorque.Torque Property |
Gets or sets the direction and magnitude of the torque.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartesian Torque { get; set; }
Public Property Torque As Cartesian
Get
Set
public:
property Cartesian Torque {
Cartesian get ();
void set (Cartesian value);
}
member Torque : Cartesian with get, set
Property Value
Type:
Cartesian
See Also