Click or drag to resize

VolumeElementCoverageGridCellT Constructor

Initializes a volume element grid cell.

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 VolumeElementCoverageGridCell(
	double volume,
	T gridCellBounds
)

Parameters

volume
Type: SystemDouble
The volume of this grid cell.
gridCellBounds
Type: T
The bounds in each coordinate for this grid. This can be .
See Also