Click or drag to resize
CDHReSurveyStraight Method
Resurvey a straight hole.

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
Assumes a straight hole 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.
Syntax
public void ReSurveyStraight(
	string str1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	int i10,
	CVV oVV11,
	CVV oVV12,
	CVV oVV13,
	CVV oVV14
)

Parameters

str1
Type: SystemString
Hole ID (used for error messages)
d2
Type: SystemDouble
Collar Dip
d3
Type: SystemDouble
Collar Azimuth
d4
Type: SystemDouble
Collar X (easting) (depth = 0)
d5
Type: SystemDouble
Collar Y (northing)(depth = 0)
d6
Type: SystemDouble
Collar Z (elevation) (depth = 0)
d7
Type: SystemDouble
Minimum hole depth to start output values
d8
Type: SystemDouble
Maximum hole depth for output values
d9
Type: SystemDouble
Increment for output values
i10
Type: SystemInt32
See DIP_CONVENTIONConstant
oVV11
Type: GeoEngine.Core.GXNetCVV
X (Easting) - Output
oVV12
Type: GeoEngine.Core.GXNetCVV
Y (Northin) - Output
oVV13
Type: GeoEngine.Core.GXNetCVV
Z (Elevation) - Output
oVV14
Type: GeoEngine.Core.GXNetCVV
Depths - Output
See Also