Click or drag to resize
CMULTIGRID3DUTILCreateSubset Method
Create a new MULTIGRID3D that is a subset of an exisiting MULTIGRID3D.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Creates a MULTIGRID3D object that is a subset .
Syntax
public static CMULTIGRID3D CreateSubset(
	CGXNETCore gxNetShared,
	string input_name,
	string output_name,
	int offset_x,
	int offset_y,
	int offset_z,
	int length_x,
	int length_y,
	int length_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input_name
Type: SystemString
File Name of the MULTIGRID3D that will be subset
output_name
Type: SystemString
File Name of the MULTIGRID3D that will be created
offset_x
Type: SystemInt32
Starting location in X.
offset_y
Type: SystemInt32
Starting location in Y.
offset_z
Type: SystemInt32
Starting location in Z.
length_x
Type: SystemInt32
Number of items to copy in X.
length_y
Type: SystemInt32
Number of items to copy in Y.
length_z
Type: SystemInt32
Number of items to copy in Z.

Return Value

Type: CMULTIGRID3D
See Also