Click or drag to resize

CVVUSpline2 Method

Spline a Y VV onto an X VV. Uses specified values of X in X2

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Spline2(
	CVV vv_x,
	CVV vv_y,
	CVV vv_x2,
	CVV vv_o,
	int type
)

public static void Spline2(
	CVV vv_x,
	CVV vv_y,
	CVV vv_x2,
	CVV vv_o,
	int type
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X (no dummies)
vv_y
Type: GeoEngine.Core.GXNetCVV
Y to be splined (no dummies)
vv_x2
Type: GeoEngine.Core.GXNetCVV
X2 (no dummies)
vv_o
Type: GeoEngine.Core.GXNetCVV
Y output
type
Type: SystemInt32
<define>VVU_SPL</define>
See Also