Click or drag to resize

RectangularPyramidCoverageGrid Constructor (Double, Double, Double, Double, Double, Double, ReferenceFrame, Boolean, Boolean)

Initializes a rectangular pyramid grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Epsilon10.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public RectangularPyramidCoverageGrid(
	double xAxisLength,
	double yAxisLength,
	double height,
	double zxAngleResolution,
	double zyAngleResolution,
	double heightResolution,
	ReferenceFrame referenceFrame,
	bool useCellVolumeForWeight,
	bool saveGridCell
)

Parameters

xAxisLength
Type: System.Double
The length of the base in the x direction.
yAxisLength
Type: System.Double
The length of the base in the y direction.
height
Type: System.Double
The height of the pyramid.
zxAngleResolution
Type: System.Double
The minimum spacing in the z-x angular coordinate.
zyAngleResolution
Type: System.Double
The minimum spacing in the z-y angular coordinate.
heightResolution
Type: System.Double
The minimum spacing in the height coordinate.
referenceFrame
Type: AGI.Foundation.Geometry.ReferenceFrame
The ReferenceFrame in which this rectangular pyramid is defined
useCellVolumeForWeight
Type: System.Boolean
A boolean that specifies if the volume of each cell should be used as that cell's weight.
saveGridCell
Type: System.Boolean
A boolean that specifies if the grid point's cell should be saved.
See Also