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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
See InitGenerateBySubsetPG_VOX and EndGenerateBySubsetPG_VOX.
Syntax
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.
See Also