Click or drag to resize
CDUQCInitSeparation Method
Creates the nearest line channels for line separation QC.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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"
Syntax
public static void QCInitSeparation(
	CDB oDB1,
	double d2,
	double d3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
d2
Type: SystemDouble
Nominal Line separation
d3
Type: SystemDouble
Nominal Line direction
See Also