Click or drag to resize

AzimuthElevationMaskConstraint Constructor

Initializes a new instance to require a minimum elevation angle above the terrain of 0.0 radians. In other words, a line-of-sight between the two ends of the link that just grazes the terrain will be considered to allow access between the two objects, as will any line of sight that is above the terrain.

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 AzimuthElevationMaskConstraint()
Remarks

This constructor sets the MinimumValue to 0.0 radians, so it is immediately ready for use with AccessComputation. Before evaluating this constraint as part of an AccessQuery, it is necessary to set the ConstrainedLink and ConstrainedLinkEnd properties.

See Also