Click or drag to resize

ThirdBodyGravityRemoveThirdBody Method (Point)

Removes a third body gravitational force 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