Click or drag to resize

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

Initializes a cone 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 ConeCoverageGrid(
	double baseRadius,
	double coneHeight,
	int numberOfAngularPoints,
	int numberOfRadialPoints,
	int numberOfHeightPoints,
	ReferenceFrame referenceFrame,
	bool useCellVolumeForWeight,
	bool saveGridCell
)

Parameters

baseRadius
Type: SystemDouble
The radius of the base of the cone.
coneHeight
Type: SystemDouble
The height of the cone.
numberOfAngularPoints
Type: SystemInt32
The number of points to use in the angle coordinate.
numberOfRadialPoints
Type: SystemInt32
The number of points to use in the radial coordinate.
numberOfHeightPoints
Type: SystemInt32
The number of points to use in 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