Click or drag to resize
CVVUSpline Method
Spline a Y VV onto an X VV.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void Spline(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	int i4,
	double d5,
	double d6,
	double d7,
	int i8,
	int i9
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X (no dummies)
oVV2
Type: GeoEngine.Core.GXNetCVV
Y to be splined (no dummies)
oVV3
Type: GeoEngine.Core.GXNetCVV
Y output
i4
Type: SystemInt32
output Length
d5
Type: SystemDouble
Starting Location
d6
Type: SystemDouble
Separation Distance
d7
Type: SystemDouble
Maximum gap to interpolate across
i8
Type: SystemInt32
Number of elements to extend
i9
Type: SystemInt32
See VVU_SPLConstant
See Also