VolumeElementCoverageGridCellT Constructor |
Initializes a volume element grid cell.
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 VolumeElementCoverageGridCell(
double volume,
T gridCellBounds
)
Public Sub New (
volume As Double,
gridCellBounds As T
)
public:
VolumeElementCoverageGridCell(
double volume,
T gridCellBounds
)
new :
volume : float *
gridCellBounds : 'T -> VolumeElementCoverageGridCell
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