Click or drag to resize
CMULTIGRID3DCreate Method
Creates a new Multivoxset

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static CMULTIGRID3D Create(
	CGXNETCore gxNetShared,
	string name,
	int size_x,
	int size_y,
	int size_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
File Name
size_x
Type: SystemInt32
Size in X.
size_y
Type: SystemInt32
Size in Y.
size_z
Type: SystemInt32
Size in Z.

Return Value

Type: CMULTIGRID3D
MULTIGRID3D handle, terminates if creation fails
See Also