Click or drag to resize

CentralBodyObstructionConstraint Constructor (IServiceProvider, CentralBody)

Initializes a new instance with the specified constrained link, constrained link end, and central body.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBodyObstructionConstraint(
	IServiceProvider constrainedLink,
	CentralBody centralBody
)

Parameters

constrainedLink
Type: SystemIServiceProvider
The link to which this constraint is applied.
centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body which obstructs visibility.
See Also