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: 25.1.421.0 (25.1.421.0)
Syntax
public CentralBodyObstructionConstraint(
	IServiceProvider constrainedLink,
	CentralBody centralBody
)

Parameters

constrainedLink
Type: System.IServiceProvider
The link to which this constraint is applied.
centralBody
Type: AGI.Foundation.Celestial.CentralBody
The central body which obstructs visibility.
See Also