 | CMULTIGRID3DUTILCreateVectorConstantVV Method |
Generate a double MultiVoxset with a constant value and non-uniform cell sizes
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void CreateVectorConstantVV(
CGXNETCore gxNetShared,
string name,
double x_value,
double y_value,
double z_value,
double ox,
double oy,
double oz,
CVV cx,
CVV cy,
CVV cz,
CIPJ ipj
)
public static void CreateVectorConstantVV(
CGXNETCore gxNetShared,
string name,
double x_value,
double y_value,
double z_value,
double ox,
double oy,
double oz,
CVV cx,
CVV cy,
CVV cz,
CIPJ ipj
)
Public Shared Sub CreateVectorConstantVV (
gxNetShared As CGXNETCore,
name As String,
x_value As Double,
y_value As Double,
z_value As Double,
ox As Double,
oy As Double,
oz As Double,
cx As CVV,
cy As CVV,
cz As CVV,
ipj As CIPJ
)
Public Shared Sub CreateVectorConstantVV (
gxNetShared As CGXNETCore,
name As String,
x_value As Double,
y_value As Double,
z_value As Double,
ox As Double,
oy As Double,
oz As Double,
cx As CVV,
cy As CVV,
cz As CVV,
ipj As CIPJ
)
public:
static void CreateVectorConstantVV(
CGXNETCore^ gxNetShared,
String^ name,
double x_value,
double y_value,
double z_value,
double ox,
double oy,
double oz,
CVV^ cx,
CVV^ cy,
CVV^ cz,
CIPJ^ ipj
)
public:
static void CreateVectorConstantVV(
CGXNETCore^ gxNetShared,
String^ name,
double x_value,
double y_value,
double z_value,
double ox,
double oy,
double oz,
CVV^ cx,
CVV^ cy,
CVV^ cz,
CIPJ^ ipj
)
static member CreateVectorConstantVV :
gxNetShared : CGXNETCore *
name : string *
x_value : float *
y_value : float *
z_value : float *
ox : float *
oy : float *
oz : float *
cx : CVV *
cy : CVV *
cz : CVV *
ipj : CIPJ -> unit
static member CreateVectorConstantVV :
gxNetShared : CGXNETCore *
name : string *
x_value : float *
y_value : float *
z_value : float *
ox : float *
oy : float *
oz : float *
cx : CVV *
cy : CVV *
cz : CVV *
ipj : CIPJ -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Name of output Voxel - x_value
- Type: SystemDouble
The X contant Value to fill with - DUMMY for a trully sparse grid3d - y_value
- Type: SystemDouble
The Y contant Value to fill with - DUMMY for a trully sparse grid3d - z_value
- Type: SystemDouble
The Z contant Value to fill with - DUMMY for a trully sparse grid3d - ox
- Type: SystemDouble
Origin X - oy
- Type: SystemDouble
Origin Y - oz
- Type: SystemDouble
Origin Z - cx
- Type: GeoEngine.Core.GXNetXCVV
Cell Sizes X - cy
- Type: GeoEngine.Core.GXNetXCVV
Cell Sizes Y - cz
- Type: GeoEngine.Core.GXNetXCVV
Cell Sizes Z - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection
See Also