 | CVOXGeneratePG Method |
Generate a VOX from a 3D Pager
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CVOX GeneratePG(
string name,
CPG pg,
double ox,
double oy,
double oz,
double cx,
double cy,
double cz,
CIPJ ipj,
CMETA meta
)
public static CVOX GeneratePG(
string name,
CPG pg,
double ox,
double oy,
double oz,
double cx,
double cy,
double cz,
CIPJ ipj,
CMETA meta
)
Public Shared Function GeneratePG (
name As String,
pg As CPG,
ox As Double,
oy As Double,
oz As Double,
cx As Double,
cy As Double,
cz As Double,
ipj As CIPJ,
meta As CMETA
) As CVOX
Public Shared Function GeneratePG (
name As String,
pg As CPG,
ox As Double,
oy As Double,
oz As Double,
cx As Double,
cy As Double,
cz As Double,
ipj As CIPJ,
meta As CMETA
) As CVOX
public:
static CVOX^ GeneratePG(
String^ name,
CPG^ pg,
double ox,
double oy,
double oz,
double cx,
double cy,
double cz,
CIPJ^ ipj,
CMETA^ meta
)
public:
static CVOX^ GeneratePG(
String^ name,
CPG^ pg,
double ox,
double oy,
double oz,
double cx,
double cy,
double cz,
CIPJ^ ipj,
CMETA^ meta
)
static member GeneratePG :
name : string *
pg : CPG *
ox : float *
oy : float *
oz : float *
cx : float *
cy : float *
cz : float *
ipj : CIPJ *
meta : CMETA -> CVOX
static member GeneratePG :
name : string *
pg : CPG *
ox : float *
oy : float *
oz : float *
cx : float *
cy : float *
cz : float *
ipj : CIPJ *
meta : CMETA -> CVOX
Parameters
- name
- Type: SystemString
Name of output VOX - pg
- Type: GeoEngine.Core.GXNetCPG
Pager with the Voxel Data - ox
- Type: SystemDouble
Origin X - oy
- Type: SystemDouble
Origin Y - oz
- Type: SystemDouble
Origin Z - cx
- Type: SystemDouble
Cell Size X - cy
- Type: SystemDouble
Cell Size Y - cz
- Type: SystemDouble
Cell Size Z - ipj
- Type: GeoEngine.Core.GXNetCIPJ
Projection - meta
- Type: GeoEngine.Core.GXNetCMETA
Metadata
Return Value
Type:
CVOXVOX Object
See Also