 | CDHGetGeologyContacts Method |
Return XYZ locations of top or bottom geological surfaces
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetGeologyContacts(
CLST lst,
string chan_code,
string geology,
int surface,
double gap,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public void GetGeologyContacts(
CLST lst,
string chan_code,
string geology,
int surface,
double gap,
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Sub GetGeologyContacts (
lst As CLST,
chan_code As String,
geology As String,
surface As Integer,
gap As Double,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Sub GetGeologyContacts (
lst As CLST,
chan_code As String,
geology As String,
surface As Integer,
gap As Double,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
public:
void GetGeologyContacts(
CLST^ lst,
String^ chan_code,
String^ geology,
int surface,
double gap,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
void GetGeologyContacts(
CLST^ lst,
String^ chan_code,
String^ geology,
int surface,
double gap,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
member GetGeologyContacts :
lst : CLST *
chan_code : string *
geology : string *
surface : int *
gap : float *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
member GetGeologyContacts :
lst : CLST *
chan_code : string *
geology : string *
surface : int *
gap : float *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST of holes to check - chan_code
- Type: SystemString
Channel code - geology
- Type: SystemString
Geology item - surface
- Type: SystemInt32
<define>DH_SURFACE</define> Surface selection (top or bottom) - gap
- Type: SystemDouble
Max gap to skip when compositing (<define>GS_R8DM</define> for none) - vv_x
- Type: GeoEngine.Core.GXNetXCVV
X locations of the contact - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y locations of the contact - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Z locations of the contact
Remarks
For the input LST of holes, returns XYZ location of top or bottom
contact with the input geology. Those selected holes which do NOT
have contacts, return <define>rDUMMY</define> for the corresponding locations.
See Also