 | CDUIntersect Method |
Create Tie Line & Normal Line intersect table.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Intersect(
CDB db,
int x_chan,
int y_chan,
int z_chan,
double tol,
string file
)
public static void Intersect(
CDB db,
int x_chan,
int y_chan,
int z_chan,
double tol,
string file
)
Public Shared Sub Intersect (
db As CDB,
x_chan As Integer,
y_chan As Integer,
z_chan As Integer,
tol As Double,
file As String
)
Public Shared Sub Intersect (
db As CDB,
x_chan As Integer,
y_chan As Integer,
z_chan As Integer,
tol As Double,
file As String
)
public:
static void Intersect(
CDB^ db,
int x_chan,
int y_chan,
int z_chan,
double tol,
String^ file
)
public:
static void Intersect(
CDB^ db,
int x_chan,
int y_chan,
int z_chan,
double tol,
String^ file
)
static member Intersect :
db : CDB *
x_chan : int *
y_chan : int *
z_chan : int *
tol : float *
file : string -> unit
static member Intersect :
db : CDB *
x_chan : int *
y_chan : int *
z_chan : int *
tol : float *
file : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - x_chan
- Type: SystemInt32
X Channel [<define>DB_LOCK_READONLY</define>] - y_chan
- Type: SystemInt32
Y Channel [<define>DB_LOCK_READONLY</define>] - z_chan
- Type: SystemInt32
Z Channel [<define>DB_LOCK_READONLY</define>] - tol
- Type: SystemDouble
Intersection tolerance - file
- Type: SystemString
Output Table file Name
See Also