Click or drag to resize
CMULTIGRID3DGetBoundingBox Method
Get the bounding box

Available since Oasis montaj version: 9.4
License: Available to anyone.  

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

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