Click or drag to resize

CMULTIGRID3D.GetVolumeVectors Method

Get the direction of the volume

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
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
)

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: System.Double
origin_x
origin_y
Type: System.Double
origin_y
origin_z
Type: System.Double
origin_z
X_vector_x
Type: System.Double
X Vector x
X_vector_y
Type: System.Double
X Vector y
X_vector_z
Type: System.Double
X Vector z
Y_vector_x
Type: System.Double
Y Vector x
Y_vector_y
Type: System.Double
Y Vector y
Y_vector_z
Type: System.Double
Y Vector z
Z_vector_x
Type: System.Double
Z Vector x
Z_vector_y
Type: System.Double
Z Vector y
Z_vector_z
Type: System.Double
Z Vector z
See Also