Click or drag to resize
CDUBSpline Method
B-spline Interpolate a Channel.

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 BSpline(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	double d5,
	double d6,
	double d7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line handle
i3
Type: SystemInt32
Channel to interpolate [DB_LOCK_READONLY]
i4
Type: SystemInt32
Output interpolated channel [DB_LOCK_READWRITE]
d5
Type: SystemDouble
Data error (Std Dev > 0.0)
d6
Type: SystemDouble
Roughness (Rou > 0.0)
d7
Type: SystemDouble
Tension (0.<= Tension <=1.)
See Also