Click or drag to resize

CVOXSampleVV Method

Sample a voxel at multiple locations.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SampleVV(
	CVV xvv,
	CVV yvv,
	CVV zvv,
	int interp,
	CVV dvv
)

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
Remarks
Sample at voxel at XYZ locations input in VVs. Values returned in a VV.
See Also