Click or drag to resize

TimeVaryingSolidTideModelRemoveThirdBody 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: 24.1.418.0 (24.1.418.0)
Syntax
public bool RemoveThirdBody(
	Point point
)

Parameters

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

Return Value

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