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.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See InitGenerateBySubsetPG_VOX and EndGenerateBySubsetPG_VOX.
Syntax
public void AddGenerateBySubsetPG(
	CPG oPG1,
	int i2,
	int i3
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
Subset pager with the Voxel Data
i2
Type: SystemInt32
Subset orientation - the "16" (thin) dimension is in the other axis.VOX_DIRConstant
i3
Type: SystemInt32
Offset of the subset PG corner, along the "thin" dimension.
See Also