Click or drag to resize
CVOXSampleVV Method
Sample a voxel at multiple locations.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Sample at voxel at XYZ locations input in VVs. Values returned in a VV.
Syntax
public void SampleVV(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	int i4,
	CVV oVV5
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X locations (input)
oVV2
Type: GeoEngine.Core.GXNetCVV
Y locations (input)
oVV3
Type: GeoEngine.Core.GXNetCVV
Z locations (input)
i4
Type: SystemInt32
interpolation mode: 0 - linear, 1 - nearest
oVV5
Type: GeoEngine.Core.GXNetCVV
returned values
See Also