Click or drag to resize
CUSERMETAGetExtents3d Method
Get the 3d Extents

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

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