LineOfSightOperator.MaxDistanceType Property
Gets or sets the type of maximal distance (horizontal or three-dimensional).
Syntax
public AttributeVariable< DistanceType > MaxDistanceType { get; set; }
Property Value
Default: Differs depending on type. See the table below.
Determines how the MaxDistance property is interpreted.
Default values
Class | Default value |
---|---|
AirspaceCoverageOperator | Horizontal |
LineOfSightOperator | Horizontal |
TargetLineOfSightOperator | ThreeDimensional |
Remarks
This property decides whether the MaxDistance shall be interpreted as a horizontal or as a three-dimensional distance. Possible values:
Horizontal. The range of the observer is limited by a standing cylinder.
ThreeDimensional. The range of the observer is limited by a sphere.
Note that the default value is not the same in all classes.
Note also that the top of the cylinder or sphere can be sliced off at a certain height by setting the MaxUpDistance.
Platforms
Windows, Linux, Android