ConeCoverageGrid Constructor (Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a cone grid with the specified parameters.
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 ConeCoverageGrid(
Bounds clockAngleBounds,
Bounds baseRadiusBounds,
Bounds heightBounds,
ICoverageGriddingTechnique angleGriddingTechnique,
ICoverageGriddingTechnique radialGriddingTechnique,
ICoverageGriddingTechnique heightGriddingTechnique,
ReferenceFrame referenceFrame,
bool useCellVolumeForWeight,
bool saveGridCell
)
Public Sub New (
clockAngleBounds As Bounds,
baseRadiusBounds As Bounds,
heightBounds As Bounds,
angleGriddingTechnique As ICoverageGriddingTechnique,
radialGriddingTechnique As ICoverageGriddingTechnique,
heightGriddingTechnique As ICoverageGriddingTechnique,
referenceFrame As ReferenceFrame,
useCellVolumeForWeight As Boolean,
saveGridCell As Boolean
)
public:
ConeCoverageGrid(
Bounds clockAngleBounds,
Bounds baseRadiusBounds,
Bounds heightBounds,
ICoverageGriddingTechnique^ angleGriddingTechnique,
ICoverageGriddingTechnique^ radialGriddingTechnique,
ICoverageGriddingTechnique^ heightGriddingTechnique,
ReferenceFrame^ referenceFrame,
bool useCellVolumeForWeight,
bool saveGridCell
)
new :
clockAngleBounds : Bounds *
baseRadiusBounds : Bounds *
heightBounds : Bounds *
angleGriddingTechnique : ICoverageGriddingTechnique *
radialGriddingTechnique : ICoverageGriddingTechnique *
heightGriddingTechnique : ICoverageGriddingTechnique *
referenceFrame : ReferenceFrame *
useCellVolumeForWeight : bool *
saveGridCell : bool -> ConeCoverageGrid
Parameters
- clockAngleBounds
- Type: AGI.FoundationBounds
The bounds of the cone clock angle. - baseRadiusBounds
- Type: AGI.FoundationBounds
The bounds of the radius of the base of the cone. - heightBounds
- Type: AGI.FoundationBounds
The bounds of the height of the cone. - angleGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique for the angle coordinate. - radialGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique for the radial coordinate. - heightGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique for the height coordinate. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this cone is defined. - useCellVolumeForWeight
- Type: SystemBoolean
A boolean that specifies if the volume of each cell should be used as that cell's weight. - saveGridCell
- Type: SystemBoolean
A boolean that specifies if the grid point's cell should be saved.
See Also