Click or drag to resize

CVOXGeneratePGVV Method

Generate a VOX from a 3D Pager, cells sizes passed in VVs.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CVOX GeneratePGVV(
	string name,
	CPG pg,
	double ox,
	double oy,
	double oz,
	CVV cx,
	CVV cy,
	CVV cz,
	CIPJ ipj,
	CMETA meta
)

public static CVOX GeneratePGVV(
	string name,
	CPG pg,
	double ox,
	double oy,
	double oz,
	CVV cx,
	CVV cy,
	CVV cz,
	CIPJ ipj,
	CMETA meta
)

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: GeoEngine.Core.GXNetCVV
Cell Sizes X
cy
Type: GeoEngine.Core.GXNetCVV
Cell Sizes Y
cz
Type: GeoEngine.Core.GXNetCVV
Cell Sizes Z
ipj
Type: GeoEngine.Core.GXNetCIPJ
Projection
meta
Type: GeoEngine.Core.GXNetCMETA
Metadata

Return Value

Type: CVOX
VOX Object
Remarks
The input cell size VVs' lengths must match the input PG dimensions.
See Also