Click or drag to resize

CVVUOffsetCorrect3 Method

Same as OffsetCorrect2_VVU, but specify smoothing interval.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax
public static void OffsetCorrect3(
	CVV vv_xi,
	CVV vv_yi,
	double dist,
	double azimuth,
	double interval,
	CVV vv_xo,
	CVV vv_yo
)

public static void OffsetCorrect3(
	CVV vv_xi,
	CVV vv_yi,
	double dist,
	double azimuth,
	double interval,
	CVV vv_xo,
	CVV vv_yo
)

Parameters

vv_xi
Type: GeoEngine.Core.GXNetCVV
Input X
vv_yi
Type: GeoEngine.Core.GXNetCVV
Input Y
dist
Type: SystemDouble
Offset distance
azimuth
Type: SystemDouble
Offset azimuth (degrees counter-clockwise from straight ahead)
interval
Type: SystemDouble
Averaging interval - <define>rDUMMY</define> for default
vv_xo
Type: GeoEngine.Core.GXNetCVV
Output X
vv_yo
Type: GeoEngine.Core.GXNetCVV
Output Y
Remarks
See the algorithm note #2 above for the default smoothing interval.
See Also