Click or drag to resize
CDHReSurveyStraightSeg Method
Resurvey a hole with straight segments between locations.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Calculate (X, Y, Z) locations down the hole from azimuth, dip, depth values, assuming each segment is straight, and the hole bends at each successive azimuth, dip, depth value. 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 ReSurveyStraightSeg(
	string str1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10,
	int i11,
	CVV oVV12,
	CVV oVV13,
	CVV oVV14,
	CVV oVV15
)

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
oVV12
Type: GeoEngine.Core.GXNetCVV
X (Easting) - Output
oVV13
Type: GeoEngine.Core.GXNetCVV
Y (Northin) - Output
oVV14
Type: GeoEngine.Core.GXNetCVV
Z (Elevation) - Output
oVV15
Type: GeoEngine.Core.GXNetCVV
Depths - Output
See Also