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.2.419.0 (24.2.419.0)
Syntax public void CreateEvenlySpacedAltitudeBoundaries(
int numberOfLayers,
double maxHeightOfLayers
)
Public Sub CreateEvenlySpacedAltitudeBoundaries (
numberOfLayers As Integer,
maxHeightOfLayers As Double
)
public:
void CreateEvenlySpacedAltitudeBoundaries(
int numberOfLayers,
double maxHeightOfLayers
)
member CreateEvenlySpacedAltitudeBoundaries :
numberOfLayers : int *
maxHeightOfLayers : float -> unit
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