Click or drag to resize

ExtrudedCentralBodyCoverageGrid Constructor (CentralBodyCoverageGrid)

Initializes an extruded grid with the input underlying 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
public ExtrudedCentralBodyCoverageGrid(
	CentralBodyCoverageGrid centralBodyCoverageGridToExtrude
)

Parameters

centralBodyCoverageGridToExtrude
Type: AGI.Foundation.Geometry.DiscreteCentralBodyCoverageGrid
The existing grid that will be extruded.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the grid to extrude is .
See Also