Click or drag to resize
CDHDesurveyFromTo Method
Calculate survey locations and depth from a hole survey using from/to values

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 DesurveyFromTo(
	CGXNETCore gxNetShared,
	int desurvey_method,
	int order,
	int dip_convention,
	double inc,
	int thin,
	CVV vv_from,
	CVV vv_to,
	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,
	CVV vv_l
)

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
Inc
thin
Type: SystemInt32
Thin nearly co-linear segments?
vv_from
Type: GeoEngine.Core.GXNetXCVV
From Values
vv_to
Type: GeoEngine.Core.GXNetXCVV
To Values
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
vv_l
Type: GeoEngine.Core.GXNetXCVV
From/To segment lengths in output VVs matching each from/to pair
See Also