Click or drag to resize

CMULTIGRID3DGetBoundingBox Method

Get the bounding box

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
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 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
)

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