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.2.419.0 (24.2.419.0)
Syntax public ExtrudedCentralBodyCoverageGrid(
CentralBodyCoverageGrid centralBodyCoverageGridToExtrude
)
Public Sub New (
centralBodyCoverageGridToExtrude As CentralBodyCoverageGrid
)
public:
ExtrudedCentralBodyCoverageGrid(
CentralBodyCoverageGrid^ centralBodyCoverageGridToExtrude
)
new :
centralBodyCoverageGridToExtrude : CentralBodyCoverageGrid -> ExtrudedCentralBodyCoverageGrid
Parameters
- centralBodyCoverageGridToExtrude
- Type: AGI.Foundation.Geometry.DiscreteCentralBodyCoverageGrid
The existing grid that will be extruded.
Exceptions See Also