Click or drag to resize
CVOXGetRealLocation Method
Get the location of a voxel with origin and scaled xyz vectors

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetRealLocation(
	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