 | 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
Syntaxpublic 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
)
Public Shared Sub ConvertOrientedCoreDipDirForHoleSurvey (
vv_depth As CVV,
vv_alpha As CVV,
vv_beta As CVV,
vv_survey_x As CVV,
vv_survey_y As CVV,
vv_survey_z As CVV,
vv_survey_depth As CVV,
top_ref As Integer
)
Public Shared Sub ConvertOrientedCoreDipDirForHoleSurvey (
vv_depth As CVV,
vv_alpha As CVV,
vv_beta As CVV,
vv_survey_x As CVV,
vv_survey_y As CVV,
vv_survey_z As CVV,
vv_survey_depth As CVV,
top_ref As Integer
)
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
)
static member ConvertOrientedCoreDipDirForHoleSurvey :
vv_depth : CVV *
vv_alpha : CVV *
vv_beta : CVV *
vv_survey_x : CVV *
vv_survey_y : CVV *
vv_survey_z : CVV *
vv_survey_depth : CVV *
top_ref : int -> unit
static member ConvertOrientedCoreDipDirForHoleSurvey :
vv_depth : CVV *
vv_alpha : CVV *
vv_beta : CVV *
vv_survey_x : CVV *
vv_survey_y : CVV *
vv_survey_z : CVV *
vv_survey_depth : CVV *
top_ref : int -> unit
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