 | CMULTIGRID3DGetBoundingBox Method |
Get the bounding box
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetBoundingBox(
ref double min_x,
ref double min_y,
ref double min_z,
ref double max_x,
ref double max_y,
ref double max_z
)
public void GetBoundingBox(
ref double min_x,
ref double min_y,
ref double min_z,
ref double max_x,
ref double max_y,
ref double max_z
)
Public Sub GetBoundingBox (
ByRef min_x As Double,
ByRef min_y As Double,
ByRef min_z As Double,
ByRef max_x As Double,
ByRef max_y As Double,
ByRef max_z As Double
)
Public Sub GetBoundingBox (
ByRef min_x As Double,
ByRef min_y As Double,
ByRef min_z As Double,
ByRef max_x As Double,
ByRef max_y As Double,
ByRef max_z As Double
)
public:
void GetBoundingBox(
double% min_x,
double% min_y,
double% min_z,
double% max_x,
double% max_y,
double% max_z
)
public:
void GetBoundingBox(
double% min_x,
double% min_y,
double% min_z,
double% max_x,
double% max_y,
double% max_z
)
member GetBoundingBox :
min_x : float byref *
min_y : float byref *
min_z : float byref *
max_x : float byref *
max_y : float byref *
max_z : float byref -> unit
member GetBoundingBox :
min_x : float byref *
min_y : float byref *
min_z : float byref *
max_x : float byref *
max_y : float byref *
max_z : float byref -> unit
Parameters
- min_x
- Type: SystemDouble
minx - min_y
- Type: SystemDouble
miny - min_z
- Type: SystemDouble
minz - max_x
- Type: SystemDouble
maxx - max_y
- Type: SystemDouble
maxy - max_z
- Type: SystemDouble
maxz
See Also