VisibilityOperator.DistanceVariation Property
Gets or sets a value that tells how the range of the observer varies with the direction (Constant or PhasedArray).
Syntax
public AttributeVariable< DistanceVariation > DistanceVariation { get; set; }
Property Value
Default: Constant
An enumeration value that tells how the range varies with direction: Constant or PhasedArray.
Remarks
The possible values are
Constant, which gives a constant range = MaxDistance.
![]() |
PhasedArray, whose range is MaxDistance * sqrt( max(0, cos(a))), where a is the current horizontal angle difference from the PictureDirection.
![]() |
When representing a phased-array radar system, the PictureWidth is often set to 120°:
![]() |
and the SecondPictureBackwards can be True:
![]() |
Platforms
Windows, Linux, Android