Click or drag to resize

TimeVaryingSolidTideModel.RemoveThirdBody Method (Point)

Removes a tidal perturbations due to the body represented by the Point.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool RemoveThirdBody(
	Point point
)

Parameters

point
Type: AGI.Foundation.Geometry.Point
The point of the body to remove.

Return Value

Type: Boolean
true if the removal was successful; otherwise false.
See Also