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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This is used for GOCAD voxel calculations, and begins with the origin at (0,0,0), not the actual location of the corner point.
Syntax
public void GetGOCADLocation(
	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

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