Click or drag to resize
CIMUGridPeak Method
Pick grid peaks.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	string grid,
	int nlmt,
	CVV v_vx,
	CVV v_vy,
	CVV v_vz
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Grid file name
nlmt
Type: SystemInt32
Peak test directions (1 to 4)
v_vx
Type: GeoEngine.Core.GXNetXCVV
X of found peaks
v_vy
Type: GeoEngine.Core.GXNetXCVV
Y of found peaks
v_vz
Type: GeoEngine.Core.GXNetXCVV
Z values of found peaks
See Also