Click or drag to resize

CylinderCoverageGrid Constructor (Double, Double, Int32, Int32, Int32, ReferenceFrame, Boolean, Boolean)

Initializes a cylinder grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.

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,
	int numberOfAngularPoints,
	int numberOfRadialPoints,
	int numberOfHeightPoints,
	ReferenceFrame frame,
	bool useCellVolumeForWeight,
	bool saveGridCell
)

Parameters

radius
Type: SystemDouble
The radius of the cylinder.
height
Type: SystemDouble
The height of the cylinder.
numberOfAngularPoints
Type: SystemInt32
The number of points to use in the gridding of the angular coordinate of the cylinder.
numberOfRadialPoints
Type: SystemInt32
The number of points to use in the gridding of the radius of the cylinder.
numberOfHeightPoints
Type: SystemInt32
The number of points to use in the gridding of the height 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