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.2.419.0 (24.2.419.0)
Syntax public ExtrudedCentralBodyCoverageGrid(
CentralBodyCoverageGrid centralBodyCoverageGridToExtrude,
Bounds heightBounds,
ICoverageGriddingTechnique heightGriddingTechnique
)
Public Sub New (
centralBodyCoverageGridToExtrude As CentralBodyCoverageGrid,
heightBounds As Bounds,
heightGriddingTechnique As ICoverageGriddingTechnique
)
public:
ExtrudedCentralBodyCoverageGrid(
CentralBodyCoverageGrid^ centralBodyCoverageGridToExtrude,
Bounds heightBounds,
ICoverageGriddingTechnique^ heightGriddingTechnique
)
new :
centralBodyCoverageGridToExtrude : CentralBodyCoverageGrid *
heightBounds : Bounds *
heightGriddingTechnique : ICoverageGriddingTechnique -> ExtrudedCentralBodyCoverageGrid
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 Exception | Condition |
---|
ArgumentNullException | Thrown if either centralBodyCoverageGridToExtrude or heightGriddingTechnique is . |
See Also