Click or drag to resize

CentralBodyLayeredProjectedVolumeAccessConstraint.CreateEvenlySpacedAltitudeBoundaries Method

A helper method that computes evenly spaced layers from zero to maxHeightOfLayers.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public void CreateEvenlySpacedAltitudeBoundaries(
	int numberOfLayers,
	double maxHeightOfLayers
)

Parameters

numberOfLayers
Type: System.Int32
The desired number of layers.
maxHeightOfLayers
Type: System.Double
The maximum height of the layers.
Remarks
Note that if too many layers are created, it may be possible to have layers with zero points, depending upon the point density of the data set.
See Also