 | CVOXGenerateConstantValueVV Method |
Note: This API is now obsolete.
Generate a VOX with a constant value, cells sizes passed in VVs.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static CVOX GenerateConstantValueVV(
CGXNETCore gxNetShared,
string name,
double value,
int type,
double ox,
double oy,
double oz,
CVV cx,
CVV cy,
CVV cz,
CIPJ ipj,
CMETA meta
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static CVOX GenerateConstantValueVV(
CGXNETCore gxNetShared,
string name,
double value,
int type,
double ox,
double oy,
double oz,
CVV cx,
CVV cy,
CVV cz,
CIPJ ipj,
CMETA meta
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function GenerateConstantValueVV (
gxNetShared As CGXNETCore,
name As String,
value As Double,
type As Integer,
ox As Double,
oy As Double,
oz As Double,
cx As CVV,
cy As CVV,
cz As CVV,
ipj As CIPJ,
meta As CMETA
) As CVOX
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function GenerateConstantValueVV (
gxNetShared As CGXNETCore,
name As String,
value As Double,
type As Integer,
ox As Double,
oy As Double,
oz As Double,
cx As CVV,
cy As CVV,
cz As CVV,
ipj As CIPJ,
meta As CMETA
) As CVOX
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static CVOX^ GenerateConstantValueVV(
CGXNETCore^ gxNetShared,
String^ name,
double value,
int type,
double ox,
double oy,
double oz,
CVV^ cx,
CVV^ cy,
CVV^ cz,
CIPJ^ ipj,
CMETA^ meta
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static CVOX^ GenerateConstantValueVV(
CGXNETCore^ gxNetShared,
String^ name,
double value,
int type,
double ox,
double oy,
double oz,
CVV^ cx,
CVV^ cy,
CVV^ cz,
CIPJ^ ipj,
CMETA^ meta
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member GenerateConstantValueVV :
gxNetShared : CGXNETCore *
name : string *
value : float *
type : int *
ox : float *
oy : float *
oz : float *
cx : CVV *
cy : CVV *
cz : CVV *
ipj : CIPJ *
meta : CMETA -> CVOX
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member GenerateConstantValueVV :
gxNetShared : CGXNETCore *
name : string *
value : float *
type : int *
ox : float *
oy : float *
oz : float *
cx : CVV *
cy : CVV *
cz : CVV *
ipj : CIPJ *
meta : CMETA -> CVOX
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Name of output VOX - value
- Type: SystemDouble
The Value to use - type
- Type: SystemInt32
<define>GS_TYPES</define> - 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 - meta
- Type: GeoEngine.Core.GXNetXCMETA
Metadata
Return Value
Type:
CVOXVOX Object
See Also