Click or drag to resize
CVOXEndGenerateBySubsetPG Method
Output the voxel, after adding all the subset PGs.

Available since Oasis montaj version: 8.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
You must begin by calling InitGenerateBySubsetPG_VOX and add data using AddGenerateBySubsetPG_VOX.
Syntax
public void EndGenerateBySubsetPG(
	string name,
	double ox,
	double oy,
	double oz,
	double cx,
	double cy,
	double cz,
	CIPJ ipj,
	CMETA meta
)

Parameters

name
Type: SystemString
Name of output VOX
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.GXNetXCIPJ
Projection
meta
Type: GeoEngine.Core.GXNetXCMETA
Metadata
See Also