Click or drag to resize

WalkerConstellationResult<TPropagator>.GetPlane Method

Gets a specific satellite orbital plane within the Walker constellation.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public WalkerConstellationPlane<TPropagator> GetPlane(
	int planeNumber
)

Parameters

planeNumber
Type: System.Int32
The plane identifier of the desired Walker constellation orbital plane.

Return Value

Type: WalkerConstellationPlane<TPropagator>
The desired WalkerConstellationPlane<TPropagator>.
See Also