Click or drag to resize

CylinderCoverageGrid Constructor (Double, Double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame)

Initializes a cylinder grid with the specified parameters. Both SaveGridCell and UseCellVolumeForWeight are set to .

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CylinderCoverageGrid(
	double radius,
	double height,
	ICoverageGriddingTechnique clockAngleGriddingTechnique,
	ICoverageGriddingTechnique radialGriddingTechnique,
	ICoverageGriddingTechnique heightGriddingTechnique,
	ReferenceFrame frame
)

Parameters

radius
Type: SystemDouble
The radius of the cylinder.
height
Type: SystemDouble
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.
See Also