Click or drag to resize

EarthCentralBodyCenterOfMassPoint Property

Gets or sets a point describing the center of mass of this central body.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override Point CenterOfMassPoint { get; set; }

Property Value

Type: Point
Exceptions
ExceptionCondition
ArgumentNullException Thrown when value is .
Remarks
Setting this property will also set the origin of all of the reference frames.
See Also