 | CVOXGeneratePGVV Method |
Generate a VOX from a 3D Pager, cells sizes passed in VVs.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CVOX GeneratePGVV(
CGXNETCore gxNetShared,
string name,
CPG pg,
double ox,
double oy,
double oz,
CVV cx,
CVV cy,
CVV cz,
CIPJ ipj,
CMETA meta
)
public static CVOX GeneratePGVV(
CGXNETCore gxNetShared,
string name,
CPG pg,
double ox,
double oy,
double oz,
CVV cx,
CVV cy,
CVV cz,
CIPJ ipj,
CMETA meta
)
Public Shared Function GeneratePGVV (
gxNetShared As CGXNETCore,
name As String,
pg As CPG,
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 Shared Function GeneratePGVV (
gxNetShared As CGXNETCore,
name As String,
pg As CPG,
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:
static CVOX^ GeneratePGVV(
CGXNETCore^ gxNetShared,
String^ name,
CPG^ pg,
double ox,
double oy,
double oz,
CVV^ cx,
CVV^ cy,
CVV^ cz,
CIPJ^ ipj,
CMETA^ meta
)
public:
static CVOX^ GeneratePGVV(
CGXNETCore^ gxNetShared,
String^ name,
CPG^ pg,
double ox,
double oy,
double oz,
CVV^ cx,
CVV^ cy,
CVV^ cz,
CIPJ^ ipj,
CMETA^ meta
)
static member GeneratePGVV :
gxNetShared : CGXNETCore *
name : string *
pg : CPG *
ox : float *
oy : float *
oz : float *
cx : CVV *
cy : CVV *
cz : CVV *
ipj : CIPJ *
meta : CMETA -> CVOX
static member GeneratePGVV :
gxNetShared : CGXNETCore *
name : string *
pg : CPG *
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 - pg
- Type: GeoEngine.Core.GXNetXCPG
Pager with the Voxel Data - 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
RemarksThe input cell size VVs' lengths must match the input PG dimensions.
See Also