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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6,
	ref double d7,
	ref double d8,
	ref double d9,
	ref double d10,
	ref double d11,
	ref double d12
)

Parameters

d1
Type: SystemDouble
Origin X
d2
Type: SystemDouble
Origin Y
d3
Type: SystemDouble
Origin Z
d4
Type: SystemDouble
VectX X
d5
Type: SystemDouble
VectX Y
d6
Type: SystemDouble
VectX Z
d7
Type: SystemDouble
VectY X
d8
Type: SystemDouble
VectY Y
d9
Type: SystemDouble
VectY Z
d10
Type: SystemDouble
VectZ X
d11
Type: SystemDouble
VectZ Y
d12
Type: SystemDouble
VectZ Z
See Also