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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void Spline(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_y,
	CVV vv_o,
	int length,
	double start,
	double incr,
	double gap,
	int ext,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_x
Type: GeoEngine.Core.GXNetXCVV
X (no dummies)
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y to be splined (no dummies)
vv_o
Type: GeoEngine.Core.GXNetXCVV
Y output
length
Type: SystemInt32
Output Length
start
Type: SystemDouble
Starting Location
incr
Type: SystemDouble
Separation Distance
gap
Type: SystemDouble
Maximum gap to interpolate across
ext
Type: SystemInt32
Number of elements to extend
type
Type: SystemInt32
<define>VVU_SPL</define>
See Also