Click or drag to resize

CVVUDistanceNonCumulative Method

Create a non cumulative distance VV i.e each distance element is the distance of the corresponding (X,Y) element and the previous element.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DistanceNonCumulative(
	CVV vv_x,
	CVV vv_y,
	CVV vv_d,
	double x_fid_start,
	double x_fid_incr,
	double y_fid_start,
	double y_fid_incr
)

public static void DistanceNonCumulative(
	CVV vv_x,
	CVV vv_y,
	CVV vv_d,
	double x_fid_start,
	double x_fid_incr,
	double y_fid_start,
	double y_fid_incr
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X VV,REAL VV
vv_y
Type: GeoEngine.Core.GXNetCVV
Y VV,REAL VV
vv_d
Type: GeoEngine.Core.GXNetCVV
Output distance VV,REAL VV
x_fid_start
Type: SystemDouble
X VV fid start
x_fid_incr
Type: SystemDouble
X VV fid incr
y_fid_start
Type: SystemDouble
Y VV fid start
y_fid_incr
Type: SystemDouble
Y VV fid incr
Remarks
The fist distace element is <define>rDUMMY</define>.
See Also