Click or drag to resize

RectangularPyramidCoverageGrid Constructor (Double, Double, Double, Int32, Int32, Int32, ReferenceFrame)

Initializes a rectangular pyramid grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique. UseCellVolumeForWeight and SaveGridCell are both set to .

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RectangularPyramidCoverageGrid(
	double xAxisLength,
	double yAxisLength,
	double height,
	int numberOfZXAnglePoints,
	int numberOfZYAnglePoints,
	int numberOfHeightPoints,
	ReferenceFrame referenceFrame
)

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.
height
Type: SystemDouble
The height of the pyramid.
numberOfZXAnglePoints
Type: SystemInt32
The number of points to use in the z-x angular coordinate.
numberOfZYAnglePoints
Type: SystemInt32
The number of points to use in the z-y angular coordinate.
numberOfHeightPoints
Type: SystemInt32
The number of points to use in the height coordinate.
referenceFrame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this rectangular pyramid is defined
See Also