Click or drag to resize

ExtrudedCentralBodyCoverageGrid Constructor (CentralBodyCoverageGrid, Bounds, ICoverageGriddingTechnique)

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,
	Bounds heightBounds,
	ICoverageGriddingTechnique heightGriddingTechnique
)

Parameters

centralBodyCoverageGridToExtrude
Type: AGI.Foundation.Geometry.DiscreteCentralBodyCoverageGrid
The existing grid that will be extruded.
heightBounds
Type: AGI.FoundationBounds
The bounds for the height coordinate, relative to the surface the UnderlyingGrid was generated on.
heightGriddingTechnique
Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The technique to use to grid the height coordinate.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if either centralBodyCoverageGridToExtrude or heightGriddingTechnique is .
See Also