Click or drag to resize
CIMUGridExpand Method
Expand a grid and place dummies in the area beyond the original edges.

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
The IMG parameter MUST be of type <define>GS_FLOAT</define>! If not, the method will terminate.
Syntax
public static void GridExpand(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string out,
	double per,
	int shape,
	int x,
	int y
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
im_gi
Type: GeoEngine.Core.GXNetXCIMG
Image of input grid
out
Type: SystemString
File name of output grid
per
Type: SystemDouble
Minimum percentage to expand the grid by
shape
Type: SystemInt32
<define>IMU_EXPAND_SHAPE</define>
x
Type: SystemInt32
X Dimension the output grid is expanded to
y
Type: SystemInt32
Y Dimension the output grid is expanded to
See Also