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: 25.2.423.0 (25.2.423.0)
Syntaxpublic ExtrudedCentralBodyCoverageGrid(
CentralBodyCoverageGrid centralBodyCoverageGridToExtrude
)
Public Sub New (
centralBodyCoverageGridToExtrude As CentralBodyCoverageGrid
)
public:
ExtrudedCentralBodyCoverageGrid(
CentralBodyCoverageGrid^ centralBodyCoverageGridToExtrude
)
new :
centralBodyCoverageGridToExtrude : CentralBodyCoverageGrid -> ExtrudedCentralBodyCoverageGridParameters
- centralBodyCoverageGridToExtrude
- Type: AGI.Foundation.Geometry.DiscreteCentralBodyCoverageGrid
The existing grid that will be extruded.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the grid to extrude is . |
See Also