Click or drag to resize

CuboidCoverageGrid Constructor (Double, Double, Double, Int32, ReferenceFrame, Boolean, Boolean)

Initializes a cuboid grid with each coordinate gridded by the specified number of points. The grid is defined in the input ReferenceFrame.

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 CuboidCoverageGrid(
	double xAxisLength,
	double yAxisLength,
	double zAxisLength,
	int numberOfPoints,
	ReferenceFrame frame,
	bool useCellVolumeForWeight,
	bool saveGridCell
)

Parameters

xAxisLength
Type: SystemDouble
The length in x.
yAxisLength
Type: SystemDouble
The length in y.
zAxisLength
Type: SystemDouble
The length in z.
numberOfPoints
Type: SystemInt32
The number of points in each coordinate.
frame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this cube 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