CentralBodySurfaceRegionSensorVolumeConstraint Constructor (IServiceProvider, LinkRole) |
Initializes a new instance from the provided service provider, region, and central body.
BoundaryResolution is set to a default of .01 radians and
SensorTolerance is set to a fixed value of 10 meters.
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 CentralBodySurfaceRegionSensorVolumeConstraint(
IServiceProvider constrainedLink,
LinkRole constrainedLinkEnd
)
Public Sub New (
constrainedLink As IServiceProvider,
constrainedLinkEnd As LinkRole
)
public:
CentralBodySurfaceRegionSensorVolumeConstraint(
IServiceProvider^ constrainedLink,
LinkRole constrainedLinkEnd
)
new :
constrainedLink : IServiceProvider *
constrainedLinkEnd : LinkRole -> CentralBodySurfaceRegionSensorVolumeConstraint
Parameters
- constrainedLink
- Type: SystemIServiceProvider
The link to which this constraint is applied. - constrainedLinkEnd
- Type: AGI.Foundation.AccessLinkRole
The end of the link that is attached to the area target.
See Also