Click or drag to resize
CVOXInitGenerateBySubsetPG Method
Initialize the generate of a VOX from a series of 3D subset pagers

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
Call InitGenerateBySubsetPG_VOX first, then add a series of subset PGs using AddGenerateBySubsetPG_VOX, and finally serialize using EndGenerateBySubsetPG_VOX
Syntax
public static CVOX InitGenerateBySubsetPG(
	int i1,
	int i2,
	int i3,
	int i4
)

Parameters

i1
Type: SystemInt32
See GS_TYPESConstant
i2
Type: SystemInt32
Points in X
i3
Type: SystemInt32
Points in Y
i4
Type: SystemInt32
Points in Z

Return Value

Type: CVOX
VOX Object
See Also