Click or drag to resize
CDHConvertOrientedCoreDipDirForHoleSurvey Method
Converted alpha/beta values in oriented cores to dip/dip direction.

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)
Notes
The input data are the oriented core alpha and beta values, using either top or bottom reference. The values alpha and beta are converted in place to "absolute" dip and dip-direction values, using the desurveyed hole orientations at each depth.
Syntax
public static void ConvertOrientedCoreDipDirForHoleSurvey(
	CGXNETCore gxNetShared,
	CVV vv_depth,
	CVV vv_alpha,
	CVV vv_beta,
	CVV vv_survey_x,
	CVV vv_survey_y,
	CVV vv_survey_z,
	CVV vv_survey_depth,
	int top_ref
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_depth
Type: GeoEngine.Core.GXNetXCVV
Depth VV
vv_alpha
Type: GeoEngine.Core.GXNetXCVV
Alpha VV
vv_beta
Type: GeoEngine.Core.GXNetXCVV
Beta VV
vv_survey_x
Type: GeoEngine.Core.GXNetXCVV
Desurveyed X
vv_survey_y
Type: GeoEngine.Core.GXNetXCVV
Desurveyed Y
vv_survey_z
Type: GeoEngine.Core.GXNetXCVV
Desurveyed Z
vv_survey_depth
Type: GeoEngine.Core.GXNetXCVV
Desurveyed Depth
top_ref
Type: SystemInt32
1: Top of core reference 0: Bottom of core reference
See Also