Click or drag to resize
CDHReSurveyPolFit Method
Use the polynomial fit resurveying method.

Available since Oasis montaj version: 5.1.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Uses the polynomial fit method to calculate (X, Y, Z) locations down the hole from azimuth, dip, depth values. The collar is assumed to be at zero depth, and depth is the measure distance down the hole (even if it's horizontal). A negative dip convention means vertical down is -90 degrees. The polynomial order must be in the range 1-20, with 5 being adequate for most smoothly curving holes. The order is reduced to no more than the number of input points.
Syntax
public void ReSurveyPolFit(
	string str1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10,
	int i11,
	int i12,
	CVV oVV13,
	CVV oVV14,
	CVV oVV15,
	CVV oVV16
)

Parameters

str1
Type: SystemString
Hole ID (used for error messages)
oVV2
Type: GeoEngine.Core.GXNetCVV
Dip
oVV3
Type: GeoEngine.Core.GXNetCVV
Azimuth
oVV4
Type: GeoEngine.Core.GXNetCVV
Depth
d5
Type: SystemDouble
Collar X (easting) (depth = 0)
d6
Type: SystemDouble
Collar Y (northing)(depth = 0)
d7
Type: SystemDouble
Collar Z (elevation) (depth = 0)
d8
Type: SystemDouble
Minimum hole depth to start output values
d9
Type: SystemDouble
Maximum hole depth for output values
d10
Type: SystemDouble
Increment for output values
i11
Type: SystemInt32
See DIP_CONVENTIONConstant
i12
Type: SystemInt32
Polynomial order
oVV13
Type: GeoEngine.Core.GXNetCVV
X (Easting) - Output
oVV14
Type: GeoEngine.Core.GXNetCVV
Y (Northin) - Output
oVV15
Type: GeoEngine.Core.GXNetCVV
Z (Elevation) - Output
oVV16
Type: GeoEngine.Core.GXNetCVV
Depths - Output
See Also