Click or drag to resize
CDHDesurvey Method
Calculate survey locations and depth from a hole survey.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void Desurvey(
	CGXNETCore gxNetShared,
	int desurvey_method,
	int order,
	int dip_convention,
	double inc,
	int thin,
	int locations,
	CVV vv_depth,
	CVV vv_dip,
	CVV vv_az,
	double x,
	double y,
	double z,
	double top,
	double bottom,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_d
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
desurvey_method
Type: SystemInt32
<define>DH_DESURVEY</define>
order
Type: SystemInt32
Polynomial order
dip_convention
Type: SystemInt32
<define>DIP_CONVENTION</define>
inc
Type: SystemDouble
Depth increment
thin
Type: SystemInt32
Thin nearly co-linear segments?
locations
Type: SystemInt32
Calculate at predefined depths (inc ignored)
vv_depth
Type: GeoEngine.Core.GXNetXCVV
Survey Depth
vv_dip
Type: GeoEngine.Core.GXNetXCVV
Survey Dip
vv_az
Type: GeoEngine.Core.GXNetXCVV
Survey Azimuth
x
Type: SystemDouble
Hole X
y
Type: SystemDouble
Hole Y
z
Type: SystemDouble
Hole Z
top
Type: SystemDouble
Hole Top
bottom
Type: SystemDouble
Hole Bottom
vv_x
Type: GeoEngine.Core.GXNetXCVV
Out X
vv_y
Type: GeoEngine.Core.GXNetXCVV
Out Y
vv_z
Type: GeoEngine.Core.GXNetXCVV
Out Z
vv_d
Type: GeoEngine.Core.GXNetXCVV
Out Depth
See Also