 | CDHGetOrientedCoreDipDir 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 void GetOrientedCoreDipDir(
CLST lst,
string alpha,
string beta,
int top_ref,
string dip,
string dip_dir
)
public void GetOrientedCoreDipDir(
CLST lst,
string alpha,
string beta,
int top_ref,
string dip,
string dip_dir
)
Public Sub GetOrientedCoreDipDir (
lst As CLST,
alpha As String,
beta As String,
top_ref As Integer,
dip As String,
dip_dir As String
)
Public Sub GetOrientedCoreDipDir (
lst As CLST,
alpha As String,
beta As String,
top_ref As Integer,
dip As String,
dip_dir As String
)
public:
void GetOrientedCoreDipDir(
CLST^ lst,
String^ alpha,
String^ beta,
int top_ref,
String^ dip,
String^ dip_dir
)
public:
void GetOrientedCoreDipDir(
CLST^ lst,
String^ alpha,
String^ beta,
int top_ref,
String^ dip,
String^ dip_dir
)
member GetOrientedCoreDipDir :
lst : CLST *
alpha : string *
beta : string *
top_ref : int *
dip : string *
dip_dir : string -> unit
member GetOrientedCoreDipDir :
lst : CLST *
alpha : string *
beta : string *
top_ref : int *
dip : string *
dip_dir : string -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
List of holes to process (e.g. from HoleLST_DH) - alpha
- Type: SystemString
Channel code for input alpha data - beta
- Type: SystemString
Channel code for input beta data - top_ref
- Type: SystemInt32
1: Top of core reference 0: Bottom of core reference - dip
- Type: SystemString
Channel name for output dip data - dip_dir
- Type: SystemString
Channel name for output dip direction
Remarks
The input data are the oriented core alpha and beta values, using either
top or bottom reference. The values for each hole in the LST are converted
to "absolute" dip and dip-direction values, using the resurveyed hole
orientations at each depth.
The alpha and beta data must be from the same database, and the output
dip and dip/dir channels are written to the same database.
See Also