 | 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
Syntaxpublic 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
)
Public Sub GetVolumeVectors (
ByRef origin_x As Double,
ByRef origin_y As Double,
ByRef origin_z As Double,
ByRef X_vector_x As Double,
ByRef X_vector_y As Double,
ByRef X_vector_z As Double,
ByRef Y_vector_x As Double,
ByRef Y_vector_y As Double,
ByRef Y_vector_z As Double,
ByRef Z_vector_x As Double,
ByRef Z_vector_y As Double,
ByRef Z_vector_z As Double
)
Public Sub GetVolumeVectors (
ByRef origin_x As Double,
ByRef origin_y As Double,
ByRef origin_z As Double,
ByRef X_vector_x As Double,
ByRef X_vector_y As Double,
ByRef X_vector_z As Double,
ByRef Y_vector_x As Double,
ByRef Y_vector_y As Double,
ByRef Y_vector_z As Double,
ByRef Z_vector_x As Double,
ByRef Z_vector_y As Double,
ByRef Z_vector_z As Double
)
public:
void GetVolumeVectors(
double% origin_x,
double% origin_y,
double% origin_z,
double% X_vector_x,
double% X_vector_y,
double% X_vector_z,
double% Y_vector_x,
double% Y_vector_y,
double% Y_vector_z,
double% Z_vector_x,
double% Z_vector_y,
double% Z_vector_z
)
public:
void GetVolumeVectors(
double% origin_x,
double% origin_y,
double% origin_z,
double% X_vector_x,
double% X_vector_y,
double% X_vector_z,
double% Y_vector_x,
double% Y_vector_y,
double% Y_vector_z,
double% Z_vector_x,
double% Z_vector_y,
double% Z_vector_z
)
member GetVolumeVectors :
origin_x : float byref *
origin_y : float byref *
origin_z : float byref *
X_vector_x : float byref *
X_vector_y : float byref *
X_vector_z : float byref *
Y_vector_x : float byref *
Y_vector_y : float byref *
Y_vector_z : float byref *
Z_vector_x : float byref *
Z_vector_y : float byref *
Z_vector_z : float byref -> unit
member GetVolumeVectors :
origin_x : float byref *
origin_y : float byref *
origin_z : float byref *
X_vector_x : float byref *
X_vector_y : float byref *
X_vector_z : float byref *
Y_vector_x : float byref *
Y_vector_y : float byref *
Y_vector_z : float byref *
Z_vector_x : float byref *
Z_vector_y : float byref *
Z_vector_z : float byref -> unit
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