Click or drag to resize
CMULTIGRID3DUTILInvertZ Method
Invert the Z values in the Grid3d.

Available since Oasis montaj version: 9.5
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void InvertZ(
	CGXNETCore gxNetShared,
	string input_file,
	string output_file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input_file
Type: SystemString
Name of the input grid3d
output_file
Type: SystemString
Name of the output grid3d
See Also