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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	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
See Also