GravityGradientTorqueBodyCenterOfMass Property |
Gets or sets the center of mass point of the gravity-gradient satellite.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Point BodyCenterOfMass { get; set; }
Public Property BodyCenterOfMass As Point
Get
Set
public:
property Point^ BodyCenterOfMass {
Point^ get ();
void set (Point^ value);
}
member BodyCenterOfMass : Point with get, set
Property Value
Type:
Point
See Also