CylinderCoverageGrid Constructor (Double, Double, Int32, Int32, Int32, ReferenceFrame) |
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 CylinderCoverageGrid(
double radius,
double height,
int numberOfAngularPoints,
int numberOfRadialPoints,
int numberOfHeightPoints,
ReferenceFrame frame
)
Public Sub New (
radius As Double,
height As Double,
numberOfAngularPoints As Integer,
numberOfRadialPoints As Integer,
numberOfHeightPoints As Integer,
frame As ReferenceFrame
)
public:
CylinderCoverageGrid(
double radius,
double height,
int numberOfAngularPoints,
int numberOfRadialPoints,
int numberOfHeightPoints,
ReferenceFrame^ frame
)
new :
radius : float *
height : float *
numberOfAngularPoints : int *
numberOfRadialPoints : int *
numberOfHeightPoints : int *
frame : ReferenceFrame -> CylinderCoverageGrid
Parameters
- radius
- Type: SystemDouble
The radius of the cylinder. - height
- Type: SystemDouble
The height of the cylinder. - numberOfAngularPoints
- Type: SystemInt32
The number of points to use in the gridding of the angular coordinate of the cylinder. - numberOfRadialPoints
- Type: SystemInt32
The number of points to use in the gridding of the radius of the cylinder. - numberOfHeightPoints
- Type: SystemInt32
The number of points to use in the gridding of the height of the cylinder. - frame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this cylinder is defined.
See Also