Click or drag to resize
CIMUGridPeak Method
Pick grid peaks.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Peak test directions defines how grid peaks are to be found. For example, with the 1, a grid point will be picked if its value is greater than it's two neighbors in at least one direction. Up to 4 directions can be tested.
Syntax
public static void GridPeak(
	string str1,
	int i2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5
)

Parameters

str1
Type: SystemString
Grid file name
i2
Type: SystemInt32
peak test directions (1 to 4)
oVV3
Type: GeoEngine.Core.GXNetCVV
X of found peaks
oVV4
Type: GeoEngine.Core.GXNetCVV
Y of found peaks
oVV5
Type: GeoEngine.Core.GXNetCVV
Z values of found peaks
See Also