Click or drag to resize

CylinderCoverageGrid Constructor

Overload List
  NameDescription
Public methodCylinderCoverageGrid(Double, Double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame)
Initializes a cylinder grid with the specified parameters. Both SaveGridCell and UseCellVolumeForWeight are set to .
Public methodCylinderCoverageGrid(Double, Double, Double, Double, Double, ReferenceFrame)
Initializes a cylinder grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Epsilon10. Both SaveGridCell and UseCellVolumeForWeight are set to .
Public methodCylinderCoverageGrid(Double, Double, Int32, Int32, Int32, ReferenceFrame)
Initializes a cylinder grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique. Both SaveGridCell and UseCellVolumeForWeight are set to .
Public methodCylinderCoverageGrid(Double, Double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean)
Initializes a cylinder grid with the specified parameters.
Public methodCylinderCoverageGrid(Double, Double, Double, Double, Double, ReferenceFrame, Boolean, Boolean)
Initializes a cylinder grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Epsilon10.
Public methodCylinderCoverageGrid(Double, Double, Int32, Int32, Int32, ReferenceFrame, Boolean, Boolean)
Initializes a cylinder grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
Public methodCylinderCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean)
Initializes a cylinder grid with the specified parameters.
Top
See Also