Click or drag to resize

CVVUOffsetCorrect4 Method

Note: This API is now obsolete.

Same as OffsetCorrect3_VVU, but specify roll, pitch, yaw and Z.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void OffsetCorrect4(
	CGXNETCore gxNetShared,
	CVV vv_xi,
	CVV vv_yi,
	CVV vv_zi,
	double zoffset,
	double dist,
	double azimuth,
	double interval,
	CVV vv_roll,
	CVV vv_pitch,
	CVV vv_yaw,
	CVV vv_xo,
	CVV vv_yo,
	CVV vv_zo
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void OffsetCorrect4(
	CGXNETCore gxNetShared,
	CVV vv_xi,
	CVV vv_yi,
	CVV vv_zi,
	double zoffset,
	double dist,
	double azimuth,
	double interval,
	CVV vv_roll,
	CVV vv_pitch,
	CVV vv_yaw,
	CVV vv_xo,
	CVV vv_yo,
	CVV vv_zo
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_xi
Type: GeoEngine.Core.GXNetXCVV
Input X
vv_yi
Type: GeoEngine.Core.GXNetXCVV
Input Y
vv_zi
Type: GeoEngine.Core.GXNetXCVV
Input Z
zoffset
Type: SystemDouble
ZOffset distance
dist
Type: SystemDouble
XYOffset distance
azimuth
Type: SystemDouble
XYOffset azimuth (degrees clockwise from straight ahead)
interval
Type: SystemDouble
Averaging interval - <define>rDUMMY</define> for default
vv_roll
Type: GeoEngine.Core.GXNetXCVV
Roll
vv_pitch
Type: GeoEngine.Core.GXNetXCVV
Pitch
vv_yaw
Type: GeoEngine.Core.GXNetXCVV
Yaw
vv_xo
Type: GeoEngine.Core.GXNetXCVV
Output X
vv_yo
Type: GeoEngine.Core.GXNetXCVV
Output Y
vv_zo
Type: GeoEngine.Core.GXNetXCVV
Output Z
Remarks
Add roll, pitch, yaw correction.
See Also