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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Sample at voxel at XYZ locations input in VVs. Values returned in a VV.
Syntax
public void SampleVV(
	CVV xvv,
	CVV yvv,
	CVV zvv,
	int interp,
	CVV dvv
)

Parameters

xvv
Type: GeoEngine.Core.GXNetXCVV
X locations (input)
yvv
Type: GeoEngine.Core.GXNetXCVV
Y locations (input)
zvv
Type: GeoEngine.Core.GXNetXCVV
Z locations (input)
interp
Type: SystemInt32
Interpolation mode: 0 - linear, 1 - nearest
dvv
Type: GeoEngine.Core.GXNetXCVV
Returned values
See Also