TiremPropagationModel.TerrainSamplingStep Property |
Gets or sets the terrain sampling step, in radians. The sampling step must be greater than zero.
By default, this value is
null, 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Nullable<Double>
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