Click or drag to resize

CDHConvertOrientedCoreDipDirForHoleSurvey Method

Converted alpha/beta values in oriented cores to dip/dip direction.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ConvertOrientedCoreDipDirForHoleSurvey(
	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
)

public static void ConvertOrientedCoreDipDirForHoleSurvey(
	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

vv_depth
Type: GeoEngine.Core.GXNetCVV
Depth VV
vv_alpha
Type: GeoEngine.Core.GXNetCVV
Alpha VV
vv_beta
Type: GeoEngine.Core.GXNetCVV
Beta VV
vv_survey_x
Type: GeoEngine.Core.GXNetCVV
Desurveyed X
vv_survey_y
Type: GeoEngine.Core.GXNetCVV
Desurveyed Y
vv_survey_z
Type: GeoEngine.Core.GXNetCVV
Desurveyed Z
vv_survey_depth
Type: GeoEngine.Core.GXNetCVV
Desurveyed Depth
top_ref
Type: SystemInt32
1: Top of core reference 0: Bottom of core reference
Remarks
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.
See Also