CentralBodyCoverageGrid Constructor (CentralBodyCoverageGrid) |
Initializes a new instance using the same reference surface as an existing grid.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected CentralBodyCoverageGrid(
CentralBodyCoverageGrid existingGrid
)
Protected Sub New (
existingGrid As CentralBodyCoverageGrid
)
protected:
CentralBodyCoverageGrid(
CentralBodyCoverageGrid^ existingGrid
)
new :
existingGrid : CentralBodyCoverageGrid -> CentralBodyCoverageGrid
Parameters
- existingGrid
- Type: AGI.Foundation.Geometry.DiscreteCentralBodyCoverageGrid
An existing grid.
See Also