Click or drag to resize

Sat441BspEphemerisProviderUseForCentralBodyPositions Method

Uses this ephemeris provider for the positions of the centers of mass of the nine major moons of Saturn in the specified CentralBodiesFacet instance. This also sets the positions of the SaturnSystemBarycenter and SaturnCentralBody. Minor moons of Saturn (e.g. Helene, Telesto, Calypso, Polydeuces, and Methone) are not central bodies, so their points are not used by this method.

Namespace:  AGI.Foundation.Spice
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override void UseForCentralBodyPositions(
	CentralBodiesFacet centralBodiesFacet
)

Parameters

centralBodiesFacet
Type: AGI.Foundation.CelestialCentralBodiesFacet
The central bodies to update to use this data.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when centralBodiesFacet is .
Remarks
To use this ephemeris provider for only the Saturn system barycenter, Saturn, or one of the moons, use one of the available points. This method also calls SynchronizeOrigins on the barycenter and moons.
See Also