Click or drag to resize
CIMUGridExpFill Method
Extends and fills a grid for FFT2.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void GridExpFill(
	string str1,
	string str2,
	double d3,
	int i4
)

Parameters

str1
Type: SystemString
Name of the input grid
str2
Type: SystemString
Name of the output grid
d3
Type: SystemDouble
% expansion
i4
Type: SystemInt32
Shape of expansion: 0 - rectangle, 1 - square
See Also