Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public CentralBodySurfaceRegionSensorVolumeConstraint(
	IServiceProvider constrainedLink,
	LinkRole constrainedLinkEnd
)

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