Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
protected CentralBodyCoverageGrid(
	CentralBodyCoverageGrid existingGrid
)

Parameters

existingGrid
Type: AGI.Foundation.Geometry.DiscreteCentralBodyCoverageGrid
An existing grid.
See Also