Click or drag to resize

CVOXInitGenerateBySubsetPG Method

Initialize the generate of a VOX from a series of 3D subset pagers

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CVOX InitGenerateBySubsetPG(
	int data_type,
	int nx,
	int ny,
	int nz
)

public static CVOX InitGenerateBySubsetPG(
	int data_type,
	int nx,
	int ny,
	int nz
)

Parameters

data_type
Type: SystemInt32
<define>GS_TYPES</define>
nx
Type: SystemInt32
Points in X
ny
Type: SystemInt32
Points in Y
nz
Type: SystemInt32
Points in Z

Return Value

Type: CVOX
VOX Object
Remarks
Call InitGenerateBySubsetPG_VOX first, then add a series of subset PGs using AddGenerateBySubsetPG_VOX, and finally serialize using EndGenerateBySubsetPG_VOX
See Also