CylinderCoverageGrid Constructor (Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a cylinder 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 CylinderCoverageGrid(
Bounds clockAngleBounds,
Bounds radialBounds,
Bounds heightBounds,
ICoverageGriddingTechnique clockAngleGriddingTechnique,
ICoverageGriddingTechnique radialGriddingTechnique,
ICoverageGriddingTechnique heightGriddingTechnique,
ReferenceFrame frame,
bool useCellVolumeForWeight,
bool saveGridCell
)
Public Sub New (
clockAngleBounds As Bounds,
radialBounds As Bounds,
heightBounds As Bounds,
clockAngleGriddingTechnique As ICoverageGriddingTechnique,
radialGriddingTechnique As ICoverageGriddingTechnique,
heightGriddingTechnique As ICoverageGriddingTechnique,
frame As ReferenceFrame,
useCellVolumeForWeight As Boolean,
saveGridCell As Boolean
)
public:
CylinderCoverageGrid(
Bounds clockAngleBounds,
Bounds radialBounds,
Bounds heightBounds,
ICoverageGriddingTechnique^ clockAngleGriddingTechnique,
ICoverageGriddingTechnique^ radialGriddingTechnique,
ICoverageGriddingTechnique^ heightGriddingTechnique,
ReferenceFrame^ frame,
bool useCellVolumeForWeight,
bool saveGridCell
)
new :
clockAngleBounds : Bounds *
radialBounds : Bounds *
heightBounds : Bounds *
clockAngleGriddingTechnique : ICoverageGriddingTechnique *
radialGriddingTechnique : ICoverageGriddingTechnique *
heightGriddingTechnique : ICoverageGriddingTechnique *
frame : ReferenceFrame *
useCellVolumeForWeight : bool *
saveGridCell : bool -> CylinderCoverageGrid
Parameters
- clockAngleBounds
- Type: AGI.FoundationBounds
The bounds in the clock angle of the cylinder. - radialBounds
- Type: AGI.FoundationBounds
The bounds of the radius of the cylinder. - heightBounds
- Type: AGI.FoundationBounds
The bounds of the height of the cylinder. - clockAngleGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The angular gridding technique of the cylinder. - radialGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The radial gridding technique of the cylinder. - heightGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The height gridding technique of the cylinder. - frame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this cylinder 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