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.2.419.0 (24.2.419.0)
Syntax public CentralBodyObstructionConstraint(
IServiceProvider constrainedLink,
CentralBody centralBody
)
Public Sub New (
constrainedLink As IServiceProvider,
centralBody As CentralBody
)
public:
CentralBodyObstructionConstraint(
IServiceProvider^ constrainedLink,
CentralBody^ centralBody
)
new :
constrainedLink : IServiceProvider *
centralBody : CentralBody -> CentralBodyObstructionConstraint
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