Click or drag to resize
CVVUFindGaps3D Method
Return indices of locations separated from previous locations by more than the input gap distance.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Locate the starting points of line segements determined by an input gap distance. The returned indices indicate where to break the line, given an input gap. The number of returned indices is one less than the number of line segments. (So if there are no gaps the returned VV has zero length).
Syntax
public static void FindGaps3D(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	double d4,
	CVV oVV5
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV,REAL VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV,REAL VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Z VV,REAL VV
d4
Type: SystemDouble
Gap size (must be greater than zero)
oVV5
Type: GeoEngine.Core.GXNetCVV
Returned indices of start of sections after gaps (INT VV)
See Also