Click or drag to resize

SpecifiedCentralBodyCoverageGrid Constructor (CentralBodyCoverageGrid)

Construct a new instance based on a given instance of another CentralBodyCoverageGrid.

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 SpecifiedCentralBodyCoverageGrid(
	CentralBodyCoverageGrid existingGrid
)

Parameters

existingGrid
Type: AGI.Foundation.Geometry.DiscreteCentralBodyCoverageGrid
An existing grid.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if existingGrid is .
Remarks
Using this as a wrapper for another grid will store the generated grid in memory so that it is only generated once.
See Also