Click or drag to resize

CVOXAddGenerateBySubsetPG Method

Add a subset 3D pagers. These should be "slabs", 16 wide in the input direction, and the size of the full voxel in the other two directions.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AddGenerateBySubsetPG(
	CPG pg,
	int dir,
	int offset
)

public void AddGenerateBySubsetPG(
	CPG pg,
	int dir,
	int offset
)

Parameters

pg
Type: GeoEngine.Core.GXNetXCPG
Subset pager with the Voxel Data
dir
Type: SystemInt32
Subset orientation - the "16" (thin) dimension is in the other axis.<define>VOX_DIR</define>
offset
Type: SystemInt32
Offset of the subset PG corner, along the "thin" dimension.
Remarks
See InitGenerateBySubsetPG_VOX and EndGenerateBySubsetPG_VOX.
See Also