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)
Syntaxpublic 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: 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