Click or drag to resize

TiremPropagationModel3_18TerrainSamplingStep Property

Gets or sets the terrain sampling step, in radians. The sampling step must be greater than zero. By default, this value is , and the sampling step will be half of the MinimumSampleSpacing of the configured TerrainProvider. Setting this value will override the sampling step, which will affect the number of samples taken.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double? TerrainSamplingStep { get; set; }

Property Value

Type: NullableDouble
Remarks
Note that this value is the angle in radians, measured from the center of the central body, between successive terrain evaluation points.
See Also