Click or drag to resize
CIMUGridInFill Method
Fill in a ribbon along the edge and inside hollow areas of the grid

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void GridInFill(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string out_grd,
	int extend,
	int iter
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
im_gi
Type: GeoEngine.Core.GXNetXCIMG
Image of input grid
out_grd
Type: SystemString
Name of the output grid
extend
Type: SystemInt32
Number of cells to extend ribbon along the edge
iter
Type: SystemInt32
Number of iterations to fill inside hollow areas
See Also