OffAxisTorque.Offset Property |
Gets or sets the body-fixed position of the thruster with respect to the center of mass of the vehicle.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartesian Offset { get; set; }
Public Property Offset As Cartesian
Get
Set
public:
property Cartesian Offset {
Cartesian get ();
void set (Cartesian value);
}
member Offset : Cartesian with get, set
Property Value
Type:
Cartesian
See Also