TiremPropagationModelTerrainSamplingStep 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.2.419.0 (24.2.419.0)
Syntax public double? TerrainSamplingStep { get; set; }
Public Property TerrainSamplingStep As Double?
Get
Set
public:
property Nullable<double> TerrainSamplingStep {
Nullable<double> get ();
void set (Nullable<double> value);
}
member TerrainSamplingStep : Nullable<float> with get, set
Property Value
Type:
NullableDoubleRemarks
Note that this value is the angle in radians, measured from the center of the central body,
between successive terrain evaluation points.
See Also