RectangularPyramidCoverageGrid Constructor (Double, Double, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a rectangular pyramid grid with the specified parameters.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RectangularPyramidCoverageGrid(
double xAxisLength,
double yAxisLength,
Bounds heightBounds,
ICoverageGriddingTechnique zxAngleGriddingTechnique,
ICoverageGriddingTechnique zyAngleGriddingTechnique,
ICoverageGriddingTechnique heightGriddingTechnique,
ReferenceFrame referenceFrame,
bool useCellVolumeForWeight,
bool saveGridCell
)
Public Sub New (
xAxisLength As Double,
yAxisLength As Double,
heightBounds As Bounds,
zxAngleGriddingTechnique As ICoverageGriddingTechnique,
zyAngleGriddingTechnique As ICoverageGriddingTechnique,
heightGriddingTechnique As ICoverageGriddingTechnique,
referenceFrame As ReferenceFrame,
useCellVolumeForWeight As Boolean,
saveGridCell As Boolean
)
public:
RectangularPyramidCoverageGrid(
double xAxisLength,
double yAxisLength,
Bounds heightBounds,
ICoverageGriddingTechnique^ zxAngleGriddingTechnique,
ICoverageGriddingTechnique^ zyAngleGriddingTechnique,
ICoverageGriddingTechnique^ heightGriddingTechnique,
ReferenceFrame^ referenceFrame,
bool useCellVolumeForWeight,
bool saveGridCell
)
new :
xAxisLength : float *
yAxisLength : float *
heightBounds : Bounds *
zxAngleGriddingTechnique : ICoverageGriddingTechnique *
zyAngleGriddingTechnique : ICoverageGriddingTechnique *
heightGriddingTechnique : ICoverageGriddingTechnique *
referenceFrame : ReferenceFrame *
useCellVolumeForWeight : bool *
saveGridCell : bool -> RectangularPyramidCoverageGrid
Parameters
- xAxisLength
- Type: SystemDouble
The length of the base in the x direction. - yAxisLength
- Type: SystemDouble
The length of the base in the y direction. - heightBounds
- Type: AGI.FoundationBounds
The height bounds of the pyramid. - zxAngleGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique in the z-x angular coordinate. - zyAngleGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique in the z-y angular coordinate. - heightGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique in the height coordinate. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this rectangular pyramid is defined - useCellVolumeForWeight
- Type: SystemBoolean
A boolean that specifies if the volume of each cell should be used as that cell's weight. - saveGridCell
- Type: SystemBoolean
A boolean that specifies if the grid point's cell should be saved.
See Also