TorusCoverageGrid Constructor (Double, Double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean) |
Initializes a torus 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 TorusCoverageGrid(
double majorRadius,
double minorRadius,
ICoverageGriddingTechnique circleRadiusGriddingTechnique,
ICoverageGriddingTechnique majorClockAngleGriddingTechnique,
ICoverageGriddingTechnique minorClockAngleGriddingTechnique,
ReferenceFrame referenceFrame,
bool useCellVolumeForWeight,
bool saveGridCell
)
Public Sub New (
majorRadius As Double,
minorRadius As Double,
circleRadiusGriddingTechnique As ICoverageGriddingTechnique,
majorClockAngleGriddingTechnique As ICoverageGriddingTechnique,
minorClockAngleGriddingTechnique As ICoverageGriddingTechnique,
referenceFrame As ReferenceFrame,
useCellVolumeForWeight As Boolean,
saveGridCell As Boolean
)
public:
TorusCoverageGrid(
double majorRadius,
double minorRadius,
ICoverageGriddingTechnique^ circleRadiusGriddingTechnique,
ICoverageGriddingTechnique^ majorClockAngleGriddingTechnique,
ICoverageGriddingTechnique^ minorClockAngleGriddingTechnique,
ReferenceFrame^ referenceFrame,
bool useCellVolumeForWeight,
bool saveGridCell
)
new :
majorRadius : float *
minorRadius : float *
circleRadiusGriddingTechnique : ICoverageGriddingTechnique *
majorClockAngleGriddingTechnique : ICoverageGriddingTechnique *
minorClockAngleGriddingTechnique : ICoverageGriddingTechnique *
referenceFrame : ReferenceFrame *
useCellVolumeForWeight : bool *
saveGridCell : bool -> TorusCoverageGrid
Parameters
- majorRadius
- Type: SystemDouble
The radius of the torus. - minorRadius
- Type: SystemDouble
The radius of the circle of revolution. - circleRadiusGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique used for the circle of revolution's radial coordinate. - majorClockAngleGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique used for the coordinate for the angular separation between the circles of revolution. - minorClockAngleGriddingTechnique
- Type: AGI.Foundation.Geometry.DiscreteICoverageGriddingTechnique
The gridding technique used for 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