Click or drag to resize

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

Initializes a torus 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 TorusCoverageGrid(
	double majorRadius,
	double minorRadius,
	int numberOfMinorRadiusPoints,
	int numberOfMajorClockAnglePoints,
	int numberOfMinorClockAnglePoints,
	ReferenceFrame referenceFrame,
	bool useCellVolumeForWeight,
	bool saveGridCell
)

Parameters

majorRadius
Type: SystemDouble
The radius of the torus.
minorRadius
Type: SystemDouble
The radius of the circle of revolution.
numberOfMinorRadiusPoints
Type: SystemInt32
The number of points in the circle of revolution's radial coordinate.
numberOfMajorClockAnglePoints
Type: SystemInt32
The number of points in the angle coordinate that is the separation between the circles of revolution.
numberOfMinorClockAnglePoints
Type: SystemInt32
The number of points in the clock angle of the circle of revolution.
referenceFrame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which this torus 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