Click or drag to resize

CVVU.OffsetCorrect3 Method

Same as OffsetCorrect2_VVU, but specify smoothing interval.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.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.GXNet.CVV
Input X
vv_yi
Type: GeoEngine.Core.GXNet.CVV
Input Y
dist
Type: System.Double
Offset distance
azimuth
Type: System.Double
Offset azimuth (degrees counter-clockwise from straight ahead)
interval
Type: System.Double
Averaging interval - <define>rDUMMY</define> for default
vv_xo
Type: GeoEngine.Core.GXNet.CVV
Output X
vv_yo
Type: GeoEngine.Core.GXNet.CVV
Output Y
Remarks
See the algorithm note #2 above for the default smoothing interval.
See Also