 | CDHConvertOrientedCoreDipDirForHoleSurvey Method |
Converted alpha/beta values in oriented cores to dip/dip direction.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic 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
)
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
)
Public Shared Sub ConvertOrientedCoreDipDirForHoleSurvey (
gxNetShared As CGXNETCore,
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 (
gxNetShared As CGXNETCore,
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(
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
)
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
)
static member ConvertOrientedCoreDipDirForHoleSurvey :
gxNetShared : CGXNETCore *
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 :
gxNetShared : CGXNETCore *
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
- 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
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