Click or drag to resize

CDUQCInitSeparation Method

Creates the nearest line channels for line separation QC.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void QCInitSeparation(
	CGXNETCore gxNetShared,
	CDB db,
	double sep,
	double dir
)

public static void QCInitSeparation(
	CGXNETCore gxNetShared,
	CDB db,
	double sep,
	double dir
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
sep
Type: SystemDouble
Nominal Line separation
dir
Type: SystemDouble
Nominal Line direction
Remarks
This must be called before QCSeparation_DU. It uses a pager to establish the relative positions of the selected lines, then, for every point determines the closest point in another line to the left and to the right (as determined by looking in the direction of the line.) These distances are stored to two new channels in the database, "Closest_Left" and "Closest_Right"
See Also