Click or drag to resize
CMULTIGRID3DUTILGetGOCADLocation Method
Get the location of a grid3d with origin and scaled xyz vectors for use with GOCAD.

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 void GetGOCADLocation(
	CGXNETCore gxNetShared,
	string input_grid3d_filename,
	ref double origin_x,
	ref double origin_y,
	ref double origin_z,
	ref double vect_xx,
	ref double vect_xy,
	ref double vect_xz,
	ref double vect_yx,
	ref double vect_yy,
	ref double vect_yz,
	ref double vect_zx,
	ref double vect_zy,
	ref double vect_zz
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input_grid3d_filename
Type: SystemString
Input grid3d filename
origin_x
Type: SystemDouble
Origin X
origin_y
Type: SystemDouble
Origin Y
origin_z
Type: SystemDouble
Origin Z
vect_xx
Type: SystemDouble
VectX X
vect_xy
Type: SystemDouble
VectX Y
vect_xz
Type: SystemDouble
VectX Z
vect_yx
Type: SystemDouble
VectY X
vect_yy
Type: SystemDouble
VectY Y
vect_yz
Type: SystemDouble
VectY Z
vect_zx
Type: SystemDouble
VectZ X
vect_zy
Type: SystemDouble
VectZ Y
vect_zz
Type: SystemDouble
VectZ Z
See Also