Click or drag to resize

CuboidCoverageGrid Constructor

Overload List
  NameDescription
Public methodCuboidCoverageGrid(Double, Double, Double, Double, ReferenceFrame)
Initializes a cuboid grid with a uniform resolution in each coordinate. The grid is defined in the input ReferenceFrame.
Public methodCuboidCoverageGrid(Double, Double, Double, Int32, ReferenceFrame)
Initializes a cuboid grid with each coordinate gridded by the specified number of points. The grid is defined in the input ReferenceFrame.
Public methodCuboidCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean)
Initializes a cuboid grid with a single gridding technique used for each coordinate. Each coordinate is gridded from the minimum value to the maximum value specified in that coordinate's respective bounds structure. The grid is defined in the input ReferenceFrame.
Public methodCuboidCoverageGrid(Double, Double, Double, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean)
Initializes a cuboid grid with a single gridding technique used for each coordinate. The grid is defined in the input ReferenceFrame.
Public methodCuboidCoverageGrid(Double, Double, Double, Double, ReferenceFrame, Boolean, Boolean)
Initializes a cuboid grid with a uniform resolution in each coordinate. The grid is defined in the input ReferenceFrame.
Public methodCuboidCoverageGrid(Double, Double, Double, Int32, ReferenceFrame, Boolean, Boolean)
Initializes a cuboid grid with each coordinate gridded by the specified number of points. The grid is defined in the input ReferenceFrame.
Public methodCuboidCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean)
Initializes a cuboid grid with a single gridding technique used for each coordinate. Each coordinate is gridded from the minimum value to the maximum value specified in that coordinate's respective bounds structure. The grid is defined in the input ReferenceFrame.
Top
See Also