Click or drag to resize

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
Syntax
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
)

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