Click or drag to resize

CentralBodyLayeredProjectedVolumeAccessConstraintCreateEvenlySpacedAltitudeBoundaries 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.1.418.0 (24.1.418.0)
Syntax
public void CreateEvenlySpacedAltitudeBoundaries(
	int numberOfLayers,
	double maxHeightOfLayers
)

Parameters

numberOfLayers
Type: SystemInt32
The desired number of layers.
maxHeightOfLayers
Type: SystemDouble
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