 | 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
Syntaxpublic static void QCInitSeparation(
CDB db,
double sep,
double dir
)
public static void QCInitSeparation(
CDB db,
double sep,
double dir
)
Public Shared Sub QCInitSeparation (
db As CDB,
sep As Double,
dir As Double
)
Public Shared Sub QCInitSeparation (
db As CDB,
sep As Double,
dir As Double
)
public:
static void QCInitSeparation(
CDB^ db,
double sep,
double dir
)
public:
static void QCInitSeparation(
CDB^ db,
double sep,
double dir
)
static member QCInitSeparation :
db : CDB *
sep : float *
dir : float -> unit
static member QCInitSeparation :
db : CDB *
sep : float *
dir : float -> unit
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