SpecifiedCentralBodyCoverageGrid Constructor (CentralBodyCoverageGrid) |
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 SpecifiedCentralBodyCoverageGrid(
CentralBodyCoverageGrid existingGrid
)
Public Sub New (
existingGrid As CentralBodyCoverageGrid
)
public:
SpecifiedCentralBodyCoverageGrid(
CentralBodyCoverageGrid^ existingGrid
)
new :
existingGrid : CentralBodyCoverageGrid -> SpecifiedCentralBodyCoverageGrid
Parameters
- existingGrid
- Type: AGI.Foundation.Geometry.DiscreteCentralBodyCoverageGrid
An existing grid.
Exceptions 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