Click or drag to resize

CDUIntersectAll Method

Create line intersect table from all lines.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void IntersectAll(
	CGXNETCore gxNetShared,
	CDB db,
	int x_chan,
	int y_chan,
	int z_chan,
	double tol,
	string file
)

public static void IntersectAll(
	CGXNETCore gxNetShared,
	CDB db,
	int x_chan,
	int y_chan,
	int z_chan,
	double tol,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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