Click or drag to resize
CMULTIGRID3DGetVolumeVectors Method
Get the direction of the volume

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 void GetVolumeVectors(
	ref double origin_x,
	ref double origin_y,
	ref double origin_z,
	ref double X_vector_x,
	ref double X_vector_y,
	ref double X_vector_z,
	ref double Y_vector_x,
	ref double Y_vector_y,
	ref double Y_vector_z,
	ref double Z_vector_x,
	ref double Z_vector_y,
	ref double Z_vector_z
)

Parameters

origin_x
Type: SystemDouble
origin_x
origin_y
Type: SystemDouble
origin_y
origin_z
Type: SystemDouble
origin_z
X_vector_x
Type: SystemDouble
X Vector x
X_vector_y
Type: SystemDouble
X Vector y
X_vector_z
Type: SystemDouble
X Vector z
Y_vector_x
Type: SystemDouble
Y Vector x
Y_vector_y
Type: SystemDouble
Y Vector y
Y_vector_z
Type: SystemDouble
Y Vector z
Z_vector_x
Type: SystemDouble
Z Vector x
Z_vector_y
Type: SystemDouble
Z Vector y
Z_vector_z
Type: SystemDouble
Z Vector z
See Also