Click or drag to resize

CDUQCInitSeparation Method

Creates the nearest line channels for line separation QC.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void QCInitSeparation(
	CDB db,
	double sep,
	double dir
)

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

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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